diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-05 14:12:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-05 14:12:45 +0000 |
commit | 39cb17f9d37820f9ee1c7930f08de3ff305c829a (patch) | |
tree | ebd5a893fc277b97c4c3ad2de5e3f5f7b309e30d | |
parent | f51f2ffb0d4072da087e75df336933e7ae90c181 (diff) |
Add missing printf
-rw-r--r-- | usr.bin/tset/tset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index 624771fa808..9b71243111f 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -1241,6 +1241,7 @@ main(int argc, char **argv) wrtermcap(tcapbuf); fputs("';\n", stdout); } + (void)printf(t); } #else if (sflag) { |