Add a whitespace in a message

git-svn-id: http://svn.pyinstaller.org/trunk@267 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2006-02-14 12:06:34 +00:00
parent c0f3829d93
commit d2136e1891
+1 -1
View File
@@ -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);