Henrik Backe's patch to end files with newlines to prevent compiler

warnings.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3385 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-03-05 22:47:26 +00:00
parent a5bfaa9e98
commit ed87c774f8
4 changed files with 4 additions and 4 deletions

View file

@ -46,4 +46,4 @@ void Logf(char *fmt, ...)
wvsprintf( debugmembuf, fmt, ap );
va_end( ap );
debug ( debugmembuf );
}
}

View file

@ -43,4 +43,4 @@ extern char bitmap[LCD_HEIGHT][LCD_WIDTH]; // the ui display
extern BITMAPINFO2 bmi; // bitmap information
#endif // #ifndef __LCDWIN32_H__
#endif // #ifndef __LCDWIN32_H__

View file

@ -19,4 +19,4 @@
extern HANDLE lpThreads[256];
extern int nPos,
nThreads;
nThreads;

View file

@ -47,4 +47,4 @@ extern bool bActive;
typedef unsigned char uchar;
typedef unsigned int uint32;
#endif // #ifndef __UISW32_H__
#endif // #ifndef __UISW32_H__