From d0e2079a9917ec55fc96022b409e82540df1f24d Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 28 Oct 2006 23:58:15 +0000 Subject: [PATCH] fixed syntax error git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4791 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/makenssi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index eb98ab1c..198d46d8 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -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"); fflush(g_output); }