aboutsummaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'repl.c')
-rw-r--r--repl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/repl.c b/repl.c
index d541831..c63ad44 100644
--- a/repl.c
+++ b/repl.c
@@ -5,6 +5,7 @@ inputBuffer *newInputBuffer(void){
inputBuffer *in = malloc(sizeof(inputBuffer));
in->buffer = NULL;
in->inputSize = 0;
+
return in;
}