summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common.h b/plugins/common.h
index 9d1434a3..577f70fe 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -207,9 +207,9 @@ enum {
207 207
208/* for checking the result of getopt_long */ 208/* for checking the result of getopt_long */
209#if EOF == -1 209#if EOF == -1
210#define CHECK_EOF(c) ((c) == EOF) 210# define CHECK_EOF(c) ((c) == EOF)
211#else 211#else
212#define CHECK_EOF(c) ((c) == -1 || (c) == EOF) 212# define CHECK_EOF(c) ((c) == -1 || (c) == EOF)
213#endif 213#endif
214 214
215#endif /* _COMMON_H_ */ 215#endif /* _COMMON_H_ */