modified: gen_packets.c

This commit is contained in:
Nate Morrison 2022-03-22 02:15:00 -07:00
parent 3d80bdabcc
commit a19ccc40ad
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ static void usage (char **argv)
dw_printf ("\n"); dw_printf ("\n");
dw_printf (" Read message from stdin and put quarter volume sound into the file x.wav.\n"); dw_printf (" Read message from stdin and put quarter volume sound into the file x.wav.\n");
dw_printf ("\e[0m\e\n\e[0J\e"); dw_printf ("\e[0m\e\n\e[0J\e");
exit (EXIT_FAILURE); exit (EXIT_FAILURE);
} }