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

Remove useless semi-colon

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