mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
debug_decl and debug_decl_vars now require a semicolon at the end.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
int
|
||||
sudo_strtobool_v1(const char *str)
|
||||
{
|
||||
debug_decl(sudo_strtobool, SUDO_DEBUG_UTIL)
|
||||
debug_decl(sudo_strtobool, SUDO_DEBUG_UTIL);
|
||||
|
||||
switch (*str) {
|
||||
case '0':
|
||||
|
Reference in New Issue
Block a user