Commit 62753c4c authored by Guillaume Quintard's avatar Guillaume Quintard

Remove useless semi-colon

parent 4ff7bebc
......@@ -860,7 +860,7 @@ do { \
} \
snprintf(buf, 20, "%.0f", f->md.settings[idx]); \
return (buf); \
} while (0);
} while (0)
#define RETURN_BUFFED(val) \
do { \
......
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