diff options
Diffstat (limited to 'repl.c')
| -rw-r--r-- | repl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ inputBuffer *newInputBuffer(void){ inputBuffer *in = malloc(sizeof(inputBuffer)); in->buffer = NULL; in->inputSize = 0; + return in; } |
