]> git.marmaro.de Git - mmh/blobdiff - sbr/print_version.c
Removed the space between function names and the opening parenthesis.
[mmh] / sbr / print_version.c
index 162e171888e4a17b9a25b044910c75096bd7949b..8361c664eaae53694b828957079da1b7c2db2ff8 100644 (file)
@@ -10,7 +10,7 @@
 
 
 void
-print_version (char *invo_name)
+print_version(char *invo_name)
 {
        printf("%s -- %s\n", invo_name, version_str);
 }