summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-bitmap.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-19 06:59:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-19 06:59:36 +0000
commit4582f233ce48d8ba513fb7128eac3ee848bad1c5 (patch)
tree35dbc636182f76a242f01576709332cbcc99a334 /uisimulator/sdl/lcd-bitmap.h
parent341407ace1812564c608fe9d958d4dfd541b49fb (diff)
downloadrockbox-4582f233ce48d8ba513fb7128eac3ee848bad1c5.tar.gz
rockbox-4582f233ce48d8ba513fb7128eac3ee848bad1c5.zip
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.h2
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));
29void sim_lcd_ex_update_rect(int x, int y, int width, int height); 29void sim_lcd_ex_update_rect(int x, int y, int width, int height);
30#endif 30#endif
31 31
32#endif // #ifndef __LCDBITMAP_H__ 32#endif /* #ifndef __LCDBITMAP_H__ */
33 33