Skip to content

Commit 6d64b2c

Browse files
committed
Put a dot after an #error message
1 parent ced4c74 commit 6d64b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatype99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SOFTWARE.
3030
#include <metalang99.h>
3131

3232
#if !ML99_VERSION_COMPATIBLE(1, 9, 0)
33-
#error Please, update Metalang99 to v1.9.0 or later
33+
#error Please, update Metalang99 to v1.9.0 or later.
3434
#endif
3535

3636
#ifndef DATATYPE99_NO_ALIASES

0 commit comments

Comments
 (0)