From 48aac8801df86e743f5890a3cdc4882d0af89a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 25 Jul 2021 15:16:22 +0200 Subject: Convert remaining function definitions --- src/debug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 4c64ff1..6044c4a 100644 --- a/src/debug.c +++ b/src/debug.c @@ -196,7 +196,9 @@ DEBUG_ShowCheckpoint() /*************************************************************************** * Allocate memory and log. ***************************************************************************/ -void *DEBUG_Allocate(size_t size, const char *file, unsigned int line) { +void * +DEBUG_Allocate(size_t size, const char *file, unsigned int line) +{ MemoryType *mp; if(size <= 0) { -- cgit v1.2.3