Added a newline at the end of these files, because gcc was complaining about it.
This commit is contained in:
+2
-1
@@ -56,4 +56,5 @@ int client_remove_screen (Client * c, Screen * s);
|
|||||||
|
|
||||||
int client_screen_count (Client * c);
|
int client_screen_count (Client * c);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -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 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
|
||||||
|
|
||||||
|
|||||||
@@ -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_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
|
||||||
|
|
||||||
|
|||||||
@@ -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_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
|
||||||
|
|
||||||
|
|||||||
@@ -15,4 +15,5 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "menuscreens.h"
|
#include "menuscreens.h"
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,5 @@
|
|||||||
MenuEventFuncResult menuscreen_key_handler ();
|
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