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

Add missing ;

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