RTEMS: readline missing }

This commit is contained in:
Michael Davidsaver
2015-12-28 16:36:58 -05:00
parent 8f0950288a
commit 29d2b7f6a2

View File

@@ -54,6 +54,7 @@ osdReadline (const char *prompt, struct readlineContext *context)
if (nl)
*nl = '\0';
}
return line;
}