aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xexcat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xexcat.c b/xexcat.c
index 1b4ee01..3ace57d 100644
--- a/xexcat.c
+++ b/xexcat.c
@@ -243,6 +243,8 @@ int main(int argc, char **argv) {
SELF ": %s: can't handle DOS 1.0 executables as input\n"
" Convert this file to a regular .xex with xex1to2.\n",
infile);
+ errcount++;
+ continue;
}
}
if(dos1_output) {