diff options
author | Frederic Culot <calcurse@culot.org> | 2007-01-05 08:48:23 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-01-05 08:48:23 +0000 |
commit | afd7ec90a443125ae3aea1e1e4ca2893c309163f (patch) | |
tree | 31083fe28966786c1d949c984e84ad2c74cc96df /src | |
parent | 0e6294b1ed6316bb501079a9358551f989445f39 (diff) | |
download | calcurse-afd7ec90a443125ae3aea1e1e4ca2893c309163f.tar.gz calcurse-afd7ec90a443125ae3aea1e1e4ca2893c309163f.zip |
newline suppressed
Diffstat (limited to 'src')
-rwxr-xr-x | src/args.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.c,v 1.12 2006/12/15 15:32:39 culot Exp $ */ +/* $calcurse: args.c,v 1.13 2007/01/05 08:48:23 culot Exp $ */ /* * Calcurse - text-based organizer @@ -283,7 +283,6 @@ void next_arg(void) snprintf(mesg, MAX_LENGTH, " [%02d:%02d] %s\n", hours_left, min_left, next_app->txt); fputs(mesg, stdout); - fputs("\n", stdout); } free(next_app->txt); free(next_app); |