From ad06f9e906db0b047013950ef8b2a8c9d1719131 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 1 May 2016 22:12:47 +0100 Subject: fix beos_warn_user definition --- beos/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/gui.h b/beos/gui.h index f77fe39dc..774820baa 100644 --- a/beos/gui.h +++ b/beos/gui.h @@ -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); -- cgit v1.2.3