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:
@@ -54,7 +54,7 @@ sudo_filedigest(int fd, const char *file, int digest_type, size_t *digest_len)
|
||||
FILE *fp = NULL;
|
||||
size_t nread;
|
||||
int fd2;
|
||||
debug_decl(sudo_filedigest, SUDOERS_DEBUG_UTIL)
|
||||
debug_decl(sudo_filedigest, SUDOERS_DEBUG_UTIL);
|
||||
|
||||
*digest_len = sudo_digest_getlen(digest_type);
|
||||
if (*digest_len == (size_t)-1) {
|
||||
|
Reference in New Issue
Block a user