diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 08b3f76466..8e570cb269 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -74,7 +74,7 @@ #define __func__ "???" #endif #endif /* ifndef MAVE_MACRO__func__ */ -#endif /* if(not windows) */ +#endif /* if not windows */ /* ===== String compatibility */ #ifdef MS_WINDOWS |