(closes #122) add ^M to end of line_reader example

This commit is contained in:
halosghost
2020-02-03 23:39:35 -06:00
parent e1f5bea982
commit 7869e2087e

View File

@@ -31,4 +31,4 @@ int main(int argc, char **argv) {
mpc_delete(Line); mpc_delete(Line);
return 0; return 0;
} }