]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo: if defined
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Sat, 7 Mar 2020 16:53:45 +0000 (16:53 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Sat, 7 Mar 2020 16:53:45 +0000 (16:53 +0000)
src/lib/util/debug.c

index fbbfee7a8b64ce8b3f64f99943c0307f2ec267b5..30c0b2c7c72a3d00a78e983ab586a12259afd63d 100644 (file)
@@ -400,7 +400,7 @@ DIAG_ON(deprecated-declarations)
                return ret;
        }
 }
-#elif define (HAVE_SYS_PROCCTL_H)
+#elif defined(HAVE_SYS_PROCCTL_H)
 static int fr_get_debug_state(void)
 {
        int status;