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:
parent
e1bc9f0971
commit
0e30afb5d9
16 changed files with 6231 additions and 5689 deletions
|
@ -5,13 +5,13 @@
|
|||
#include <stdio.h>
|
||||
|
||||
static char *licencetext[] = {
|
||||
"FIXME: licence text goes here",
|
||||
NULL
|
||||
"FIXME: licence text goes here",
|
||||
NULL
|
||||
};
|
||||
|
||||
void licence(void)
|
||||
{
|
||||
char **p;
|
||||
for (p = licencetext; *p; p++)
|
||||
puts(*p);
|
||||
char **p;
|
||||
for (p = licencetext; *p; p++)
|
||||
puts(*p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue