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);