diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-19 06:59:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-19 06:59:36 +0000 |
commit | 4582f233ce48d8ba513fb7128eac3ee848bad1c5 (patch) | |
tree | 35dbc636182f76a242f01576709332cbcc99a334 /uisimulator/sdl/lcd-bitmap.h | |
parent | 341407ace1812564c608fe9d958d4dfd541b49fb (diff) |
code policed // comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/lcd-bitmap.h')
-rw-r--r-- | uisimulator/sdl/lcd-bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ */ |