Commit daf62687 authored by unknown's avatar unknown

fix a typo in #ifdef

parent 3785d845
...@@ -171,8 +171,8 @@ get_one_option(int optid __attribute__((unused)), ...@@ -171,8 +171,8 @@ get_one_option(int optid __attribute__((unused)),
case '#': case '#':
DBUG_SET_INITIAL(argument ? argument : default_dbug_option); DBUG_SET_INITIAL(argument ? argument : default_dbug_option);
break; break;
}
#endif #endif
}
return 0; return 0;
} }
......
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