aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhaiku.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libhaiku.h')
-rw-r--r--src/libhaiku.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhaiku.h b/src/libhaiku.h
index 5cb26ef..ee2e781 100644
--- a/src/libhaiku.h
+++ b/src/libhaiku.h
@@ -26,7 +26,7 @@
* @param s The argument to pass to `perror` in case we call back to it.
* `NULL` if you never what `perror` to be used.
*/
-void libhaiku_perror(const char *s);
+void libhaiku_perror(const char*);
#endif