From ed87c774f8e7e7975b040582641621480657d94b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Mar 2003 22:47:26 +0000 Subject: 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 --- uisimulator/win32/debug-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/win32/debug-win32.c') diff --git a/uisimulator/win32/debug-win32.c b/uisimulator/win32/debug-win32.c index 31d934d418..3152862d37 100644 --- a/uisimulator/win32/debug-win32.c +++ b/uisimulator/win32/debug-win32.c @@ -46,4 +46,4 @@ void Logf(char *fmt, ...) wvsprintf( debugmembuf, fmt, ap ); va_end( ap ); debug ( debugmembuf ); -} \ No newline at end of file +} -- cgit v1.2.3