gmnlm: output newline when quiting via Control-D It is common practice to quit programs reading from stdin by sending EOF to their input. This commit ensures such an exit is functionally equivalent to a regular exit via the 'q' command.
1 files changed, 1 insertions(+), 0 deletions(-) M src/gmnlm.c
M src/gmnlm.c => src/gmnlm.c +1 -0