Skip to content

Commit cdb36de

Browse files
committed
Now we don't necessarily quit after this is printed, so don't say that.
1 parent fd2adf2 commit cdb36de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolldice.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void print_parse_error(const char * label, const int too_big_error){
170170
fprintf(stderr, "rolldice: Requested %s is too large\n", label);
171171
}
172172
else{
173-
fprintf(stderr, "rolldice: Problems with the malformed dice string (in %s), so quitting!\n", label);
173+
fprintf(stderr, "rolldice: Problems with the malformed dice string (in %s)\n", label);
174174
}
175175

176176
}

0 commit comments

Comments
 (0)