diff options
| author | Anser <rostgans@tutamail.com> | 2026-07-31 09:16:23 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-07-31 14:27:57 +0200 |
| commit | 9ad584b5762433f7c99d7cc7b65ad21ebe4ff932 (patch) | |
| tree | 7f3299370afc4f0d1794918e279d9715ab0b009f /src/modules/memory/memory.h | |
| parent | 1a474dce46260fb043bd8ce74e221379e36af1a4 (diff) | |
TO BE SQUISHED:safe of current working stand, to get the logos vom ascii directory
Diffstat (limited to 'src/modules/memory/memory.h')
| -rw-r--r-- | src/modules/memory/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
