aboutsummaryrefslogtreecommitdiffstats
path: root/include/rin/diagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rin/diagnostic.h')
-rw-r--r--include/rin/diagnostic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rin/diagnostic.h b/include/rin/diagnostic.h
index aeff035..5101d88 100644
--- a/include/rin/diagnostic.h
+++ b/include/rin/diagnostic.h
@@ -22,7 +22,7 @@
#define LIBRIN_DIAGNOSTIC_INCLUDED
void rin_err(const char *format, ...);
-void rin_fixme(const char *format, ...)
+void rin_fixme(const char *format, ...);
void rin_warn(const char *format, ...);
void rin_info(const char *format, ...);