summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-sdl.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-sdl.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-sdl.h')
-rw-r--r--uisimulator/sdl/lcd-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/lcd-sdl.h b/uisimulator/sdl/lcd-sdl.h
index 10c2ea74b5..85a885f3fd 100644
--- a/uisimulator/sdl/lcd-sdl.h
+++ b/uisimulator/sdl/lcd-sdl.h
@@ -36,5 +36,5 @@ void sdl_gui_update(SDL_Surface *surface, int x_start, int y_start, int width,
36void sdl_set_gradient(SDL_Surface *surface, SDL_Color *start, SDL_Color *end, 36void sdl_set_gradient(SDL_Surface *surface, SDL_Color *start, SDL_Color *end,
37 int first, int steps); 37 int first, int steps);
38 38
39#endif // #ifndef __LCDSDL_H__ 39#endif /* #ifndef __LCDSDL_H__ */
40 40