From 4582f233ce48d8ba513fb7128eac3ee848bad1c5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 19 Mar 2006 06:59:36 +0000 Subject: code policed // comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9112 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/lcd-bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/sdl/lcd-bitmap.h') diff --git a/uisimulator/sdl/lcd-bitmap.h b/uisimulator/sdl/lcd-bitmap.h index 31403385b9..20288c772d 100644 --- a/uisimulator/sdl/lcd-bitmap.h +++ b/uisimulator/sdl/lcd-bitmap.h @@ -29,5 +29,5 @@ void sim_lcd_ex_init(int shades, unsigned long (*getpixel)(int, int)); void sim_lcd_ex_update_rect(int x, int y, int width, int height); #endif -#endif // #ifndef __LCDBITMAP_H__ +#endif /* #ifndef __LCDBITMAP_H__ */ -- cgit