debug_decl and debug_decl_vars now require a semicolon at the end.
This commit is contained in:
@@ -66,7 +66,7 @@ set_project(struct passwd *pw)
|
||||
struct project proj;
|
||||
char buf[PROJECT_BUFSZ];
|
||||
int errval;
|
||||
debug_decl(set_project, SUDO_DEBUG_UTIL)
|
||||
debug_decl(set_project, SUDO_DEBUG_UTIL);
|
||||
|
||||
/*
|
||||
* Collect the default project for the user and settaskid
|
||||
|
Reference in New Issue
Block a user