Commit ef59a3c7 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Remove extra semicolon in macros

parent 0a23fd62
......@@ -55,9 +55,9 @@ SVNID("$Id$")
do { \
rl_callback_handler_remove(); \
exit(status); \
} while (0);
} while (0)
#else
#define RL_EXIT(status) exit(status);
#define RL_EXIT(status) exit(status)
#endif
static double timeout = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment