From 9ad584b5762433f7c99d7cc7b65ad21ebe4ff932 Mon Sep 17 00:00:00 2001 From: Anser Date: Fri, 31 Jul 2026 09:16:23 +0200 Subject: TO BE SQUISHED:safe of current working stand, to get the logos vom ascii directory --- src/modules/memory/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/memory/memory.h') diff --git a/src/modules/memory/memory.h b/src/modules/memory/memory.h index f963702..5c35178 100644 --- a/src/modules/memory/memory.h +++ b/src/modules/memory/memory.h @@ -1,6 +1,6 @@ #ifndef MEMORY_H #define MEMORY_H -int memory(void); +char *memory(void); #endif // MEMORY_H -- cgit v1.2.3