Hopefully readable now: indent -nut -kr -bl -bli0 -i2 *

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2423 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-04-04 14:43:36 +00:00
parent e1bc9f0971
commit 0e30afb5d9
16 changed files with 6231 additions and 5689 deletions

View file

@ -6,18 +6,18 @@
#include "halibut.h"
static char *usagetext[] = {
"halibut.exe file1 [file2 ...]",
NULL
"halibut.exe file1 [file2 ...]",
NULL
};
void usage(void)
{
char **p;
for (p = usagetext; *p; p++)
puts(*p);
char **p;
for (p = usagetext; *p; p++)
puts(*p);
}
void showversion(void)
{
printf("Halibut, %s\n", version);
printf("Halibut, %s\n", version);
}