fix beos_warn_user definition
This commit is contained in:
parent
91515e2b56
commit
ad06f9e906
|
@ -85,4 +85,4 @@ void die(const char * const error) __attribute__ ((noreturn));
|
|||
* \param warning message key for warning message
|
||||
* \param detail additional message, or 0
|
||||
*/
|
||||
nserror beos_warn_user(const char *warning, const char *detail)
|
||||
nserror beos_warn_user(const char *warning, const char *detail);
|
||||
|
|
Loading…
Reference in New Issue