summaryrefslogtreecommitdiff
path: root/terminal/terminal.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
committerMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
commit323fb9d3e09903d6fa43ef7e1f0cc8934414c8d4 (patch)
treeeb05efb1c4530db9b4942715bdef15f0923446b7 /terminal/terminal.c
parentd57a38d7fa9501a5ec17f75a1efaef9d62df5bef (diff)
removed module name definitions
Diffstat (limited to 'terminal/terminal.c')
-rw-r--r--terminal/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal/terminal.c b/terminal/terminal.c
index 8fec95c..6ac1533 100644
--- a/terminal/terminal.c
+++ b/terminal/terminal.c
@@ -4,7 +4,7 @@
// man 4 console_codes
//
-#define FOOLOS_MODULE_NAME "terminal"
+
#include "terminal.h"
#include "kernel/kmalloc.h"