diff options
| author | Anser <rostgans@tutamail.com> | 2026-07-07 00:16:45 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-07-31 11:12:27 +0200 |
| commit | 186b3f148107f8a3590f8de79a389e84b0005082 (patch) | |
| tree | 625770899babaa15a25193bd854a1ef87b1b8710 /src/modules/memory | |
| parent | 8ac7197b890e4e18fda8c5a4b8adb2228f0b7be5 (diff) | |
added cpu info.... but needs string parsing for whitespace
Diffstat (limited to 'src/modules/memory')
| -rw-r--r-- | src/modules/memory/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/memory/memory.c b/src/modules/memory/memory.c index 58d40df..988e233 100644 --- a/src/modules/memory/memory.c +++ b/src/modules/memory/memory.c @@ -5,7 +5,6 @@ int memory(void) { FILE *file = fopen("/proc/meminfo", "r"); if (!file) { - fclose(file); perror("fopen"); return 1; } |
