summaryrefslogtreecommitdiffstats
path: root/src/s_com.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_com.c')
-rw-r--r--src/s_com.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s_com.c b/src/s_com.c
index 9dc8309..d304675 100644
--- a/src/s_com.c
+++ b/src/s_com.c
@@ -26,10 +26,13 @@
#include "s_lredir.h"
#include "s_struct.h"
+/*
+** TODO: norme
+*/
+
static int8_t
s_fill_com(char *words[], t_com **com)
{
- /* TODO: norme */
uint64_t i;
uint64_t j;