From d2136e1891eb44547226e02a51ef2a893734ab83 Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Tue, 14 Feb 2006 12:06:34 +0000 Subject: [PATCH] Add a whitespace in a message git-svn-id: http://svn.pyinstaller.org/trunk@267 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- source/common/launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/launch.c b/source/common/launch.c index c7dbc5b..f7d2165 100644 --- a/source/common/launch.c +++ b/source/common/launch.c @@ -817,7 +817,7 @@ int extract2fs(TOC *ptoc) if (out == NULL) { FATALERROR(ptoc->name); - FATALERROR("could not be extracted!\n"); + FATALERROR(" could not be extracted!\n"); } else { fwrite(data, ntohl(ptoc->ulen), 1, out);