mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user