1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-19 15:38:04 +02:00

Remove non-necessary newlines

This commit is contained in:
Erik Andrén Zachrisson 2015-11-01 13:40:20 +01:00
parent c0617e78a0
commit 94256ae1f4

View file

@ -40,7 +40,6 @@ int GameFixed = 0;
extern int errno;
void GameIdentifier(unsigned char *inbuf)
{
int ptr;
@ -111,7 +110,6 @@ void GameIdentifier(unsigned char *inbuf)
}
}
void GameFixer(unsigned char *inbuf)
{
int ptr;
@ -132,7 +130,6 @@ void GameFixer(unsigned char *inbuf)
}
}
void GameTrainer(unsigned char *inbuf)
{
int ptr;
@ -170,7 +167,6 @@ void GameTrainer(unsigned char *inbuf)
}
}
void NTSCpatcher(unsigned char *inbuf, int tracker)
{
int ptr;
@ -233,9 +229,6 @@ int GetFileSize(char *file_name)
return size;
}
int GetLeadOut(unsigned char *hbuf)
{
/* MSF is calculated from the .bin size so DO NOT APPLY gap++/gap-- ADJUSTMENTS IN THIS FUNCTION ! */
@ -275,7 +268,6 @@ int GetLeadOut(unsigned char *hbuf)
return 0;
}
int main(int argc, char **argv)
{
FILE *bin_file; //bin_file is used for opening the BIN that's attached to the cue.