mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
a5bfaa9e98
commit
ed87c774f8
4 changed files with 4 additions and 4 deletions
|
|
@ -46,4 +46,4 @@ void Logf(char *fmt, ...)
|
|||
wvsprintf( debugmembuf, fmt, ap );
|
||||
va_end( ap );
|
||||
debug ( debugmembuf );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@
|
|||
|
||||
extern HANDLE lpThreads[256];
|
||||
extern int nPos,
|
||||
nThreads;
|
||||
nThreads;
|
||||
|
|
|
|||
|
|
@ -47,4 +47,4 @@ extern bool bActive;
|
|||
typedef unsigned char uchar;
|
||||
typedef unsigned int uint32;
|
||||
|
||||
#endif // #ifndef __UISW32_H__
|
||||
#endif // #ifndef __UISW32_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue