diff --git a/sc2/src/sc2code/libs/file/files.c b/sc2/src/sc2code/libs/file/files.c index d590889b4..60a100851 100644 --- a/sc2/src/sc2code/libs/file/files.c +++ b/sc2/src/sc2code/libs/file/files.c @@ -145,7 +145,7 @@ copyError(uio_Handle *srcHandle, uio_Handle *dstHandle, savedErrno = errno; #ifdef DEBUG - fprintf (stderr, "Error while copying: %s\n", strerror (errno)) + fprintf (stderr, "Error while copying: %s\n", strerror (errno)); #endif if (srcHandle != NULL)