From 463f4560c415e86b20947c81b3b9e1b486c146da Mon Sep 17 00:00:00 2001 From: hippie68 <65259318+hippie68@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:02:19 +0100 Subject: [PATCH] Update debug.h --- libPS4/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libPS4/include/debug.h b/libPS4/include/debug.h index 097975a..cd6f000 100644 --- a/libPS4/include/debug.h +++ b/libPS4/include/debug.h @@ -18,6 +18,6 @@ extern int DEBUG_SOCK; if (DEBUG_SOCK >= 0) { \ SckSend(DEBUG_SOCK, debug_message, size); \ } \ - } while (0); + } while (0) #endif