added missing NSIS_VERSION to fprintf
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4792 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d0e2079a99
commit
b288659b9e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ static void print_logo()
|
|||
{
|
||||
fprintf(g_output,"MakeNSIS %s - Copyright 1995-2006 Contributors\n"
|
||||
"See the file COPYING for license details.\n"
|
||||
"Credits can be found in the Users Manual.\n\n");
|
||||
"Credits can be found in the Users Manual.\n\n", NSIS_VERSION);
|
||||
fflush(g_output);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue