diff --git a/example.c b/example.c index 74358c32..4bd7d469 100644 --- a/example.c +++ b/example.c @@ -55,7 +55,7 @@ int main(int argc, char **argv) { * * The typed string is returned as a malloc() allocated string by * linenoise, so the user needs to free() it. */ - + while((line = linenoise("hello> ")) != NULL) { /* Do something with the string. */ if (line[0] != '\0' && line[0] != '/') {