fix beos_warn_user definition

This commit is contained in:
Vincent Sanders 2016-05-01 22:12:47 +01:00
parent 91515e2b56
commit ad06f9e906
1 changed files with 1 additions and 1 deletions

View File

@ -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);