commit 27ab5d34071c55fad107cebbf93a1b3c19d5e08f parent e5b18c9a7ede2161da01bb2be118dac1c2306f20 Author: sin <sin@2f30.org> Date: Mon, 18 Nov 2013 10:59:27 +0000 Print a newline upon successful termination Diffstat:
M | rs.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/rs.c b/rs.c @@ -201,6 +201,7 @@ main(int argc, char *argv[]) ttyinit(); loop(); ttyrestore(); + putchar('\n'); ftdi_usb_close(&ftdictx); ftdi_list_free(&devlist); exit(EXIT_SUCCESS);