Added a newline at the end of these files, because gcc was complaining about it.
This commit is contained in:
@@ -57,3 +57,4 @@ int client_remove_screen (Client * c, Screen * s);
|
|||||||
int client_screen_count (Client * c);
|
int client_screen_count (Client * c);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -20,3 +20,4 @@ int client_del_key_func (Client * c, int argc, char **argv);
|
|||||||
int backlight_func (Client * c, int argc, char **argv);
|
int backlight_func (Client * c, int argc, char **argv);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ int menu_del_item_func (Client * c, int argc, char **argv);
|
|||||||
int menu_set_item_func (Client * c, int argc, char **argv);
|
int menu_set_item_func (Client * c, int argc, char **argv);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -20,3 +20,4 @@ int screen_add_key_func (Client * c, int argc, char **argv);
|
|||||||
int screen_del_key_func (Client * c, int argc, char **argv);
|
int screen_del_key_func (Client * c, int argc, char **argv);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -16,3 +16,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "menuscreens.h"
|
#include "menuscreens.h"
|
||||||
|
|
||||||
|
|||||||
@@ -20,3 +20,4 @@ MenuEventFuncResult menuscreen_key_handler ();
|
|||||||
/* This handler should be called by the real handler for the event */
|
/* This handler should be called by the real handler for the event */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user