Added a newline at the end of these files, because gcc was complaining about it.

This commit is contained in:
gfk
2002-04-29 23:27:24 +00:00
parent ca70ceb048
commit 0f5b336514
6 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -56,4 +56,5 @@ int client_remove_screen (Client * c, Screen * s);
int client_screen_count (Client * c);
#endif
#endif
+2 -1
View File
@@ -19,4 +19,5 @@ int client_add_key_func (Client * c, int argc, char **argv);
int client_del_key_func (Client * c, int argc, char **argv);
int backlight_func (Client * c, int argc, char **argv);
#endif
#endif
+2 -1
View File
@@ -20,4 +20,5 @@ int menu_add_item_func (Client * c, int argc, char **argv);
int menu_del_item_func (Client * c, int argc, char **argv);
int menu_set_item_func (Client * c, int argc, char **argv);
#endif
#endif
+2 -1
View File
@@ -19,4 +19,5 @@ int screen_set_func (Client * c, int argc, char **argv);
int screen_add_key_func (Client * c, int argc, char **argv);
int screen_del_key_func (Client * c, int argc, char **argv);
#endif
#endif
+2 -1
View File
@@ -15,4 +15,5 @@
*/
#include "menuscreens.h"
#include "menuscreens.h"
+2 -1
View File
@@ -19,4 +19,5 @@
MenuEventFuncResult menuscreen_key_handler ();
/* This handler should be called by the real handler for the event */
#endif
#endif