diff options
-rw-r--r-- | src/stmemory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stmemory.c b/src/stmemory.c index baf2c4b..3553563 100644 --- a/src/stmemory.c +++ b/src/stmemory.c @@ -18,7 +18,8 @@ // TODO: Memory hogs on left click using signals -int main(void) +int +main(void) { FILE *meminfo; char buff[100]; |