Skip to content

Commit a984ddd

Browse files
committed
fix: incorrect error message in InParallel statement
1 parent 4611f23 commit a984ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/compcomm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3361,7 +3361,7 @@ int DoInParallel(UBYTE *s, int par)
33613361
*s = c;
33623362
}
33633363
else {
3364-
MesPrint("&Illegal object in InExpression statement");
3364+
MesPrint("&Illegal object in InParallel statement");
33653365
error = 1;
33663366
while ( *s && *s != ',' ) s++;
33673367
if ( *s == 0 ) break;

0 commit comments

Comments
 (0)