diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-03 10:10:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-03 10:10:59 -0400 |
commit | ff108a1414736fe057b4eada10f4a8c3dc32ac39 (patch) | |
tree | 942d28cad437dd20bf29cb60ad58ad4949b87c96 /include/version.h | |
parent | 91af8f14863a516ff9aa80b703d8a34583e6e107 (diff) | |
parent | 4957bf13b26a403271c9838a9b74b9f61682fa8e (diff) | |
download | duser-ff108a1414736fe057b4eada10f4a8c3dc32ac39.tar.gz |
Merge pull request #5 from extrarius/master.
Various code clean ups to solve potential problems
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 |