diff options
Diffstat (limited to 'include/version.h')
-rw-r--r-- | include/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h index 52763c1..ddbf2b7 100644 --- a/include/version.h +++ b/include/version.h @@ -5,5 +5,5 @@ #define VER_MINOR "0" #define VER_OTH " " -void version(); +void version(void); #endif |