Skip to content
Snippets Groups Projects
Commit f60416a8 authored by deuce's avatar deuce
Browse files

Add missing ;

parent e97f7bab
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ extern uifcapi_t uifc; /* User Interface (UIFC) Library API */ ...@@ -7,6 +7,6 @@ extern uifcapi_t uifc; /* User Interface (UIFC) Library API */
extern int uifc_initialized; extern int uifc_initialized;
int init_uifc(void); int init_uifc(void);
void uifcbail(void); void uifcbail(void);
void uifcmsg(char *msg, char *helpbuf) void uifcmsg(char *msg, char *helpbuf);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment