Misplaced #endif

SVN revision: 29216
This commit is contained in:
titan 2007-03-28 20:22:48 +00:00 committed by titan
parent 51308346e4
commit af70959233
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,6 @@
char *sgettext(const char *msgid);
#define S_(str) sgettext(str)
#endif
/* Ephoto Main gui callbacks */
void create_main_gui(void);
@ -133,3 +131,4 @@ struct _Ephoto_Main
extern Ephoto_Main *em;
#endif