Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 05689f6

Browse files
committed
Missed one change of variable - ErrorOccured -> ErrorOccurred
1 parent e346eaf commit 05689f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/gentle/gentle/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ main (argc, argv)
3434

3535
ROOT ();
3636

37-
/* --PATCH-- */ exit(ErrorOccured);
37+
/* --PATCH-- */ exit(ErrorOccurred);
3838
}
3939

4040
/*----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)