summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version/version.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/version/version.c b/src/version/version.c
index 202f2bd2..3c1e44cc 100644
--- a/src/version/version.c
+++ b/src/version/version.c
@@ -113,7 +113,8 @@ main (int argc, char *argv[])
 		else if (!strcmp (argv[1], "-v"))	/* version.txt */
 		{
 			printf ("%s", PACKAGE_VERSION);
-		} else
+		}
+		else
 		{
 			printf ("usage:\n\t-a\thexchat.iss/AppVerName\n\t-i\thexchat.iss/VersionInfoVersion\n\t-o\thexchat.iss/OutputBaseFilename\n\t-r\thexchat.rc/FILEVERSION, PRODUCTVERSION\n\t-v\thexchat.iss/AppVersion\n");
 		}