changeset 896:3d19bc6424d0

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 17:37:31 +0900
parents bed529c55eda
children ae9231be6dbd
files Renderer/Engine/fb.h
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Engine/fb.h	Fri Jul 16 17:23:49 2010 +0900
+++ b/Renderer/Engine/fb.h	Fri Jul 16 17:37:31 2010 +0900
@@ -19,18 +19,14 @@
 void send_current_error_msg(const char *ptr);
 void send_current_information(const char *ptr);
 
-/*
-    Don't put real function in a header...
- */
+#endif
+
 typedef struct screen_info {
 	int xres,yres,vbpp,line_len;
 	char *fbptr;
 } ScreenInfo , *ScreenInfoPtr;
 
 
-
-#endif
-
 extern ScreenInfo get_fbdev_addr(void);
 
 #endif