revert C99 test - typo in fallthrough macro

This commit is contained in:
2021-09-05 21:06:10 +02:00
parent dd929471f2
commit 916c67f31e
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
#if __has_attribute(__fallthrough__)
# define fallthrough __attribute__((__fallthrough__))
#else
# define fallthrough do {} while (0); /* fallthrough */
# define fallthrough do {} while (0) /* fallthrough */
#endif
/* See GNUmakefile below for explanation