summaryrefslogtreecommitdiff
path: root/src/include/commands.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
commita6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f (patch)
treeb88cc7a8457658d67e0321718556ac807f6bccf3 /src/include/commands.h
parent00be7622c428f279872f84569f098ce16150f8a8 (diff)
format files
Diffstat (limited to 'src/include/commands.h')
-rw-r--r--src/include/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands.h b/src/include/commands.h
index 3fd2cb8..fed35e7 100644
--- a/src/include/commands.h
+++ b/src/include/commands.h
@@ -5,7 +5,7 @@ struct commands {
char *text;
void (*fun)();
void (*flush)();
-} ;
+};
int commands();