diff options
author | 1998-12-05 14:12:44 +0000 | |
---|---|---|
committer | 1998-12-05 14:12:44 +0000 | |
commit | 64ab7047dc0e4f0c1a6c570434d525712725241c (patch) | |
tree | 1b78ec761bfd4168c581416b1b8c8041c06bd7c7 | |
parent | sync (diff) | |
download | wireguard-openbsd-64ab7047dc0e4f0c1a6c570434d525712725241c.tar.xz wireguard-openbsd-64ab7047dc0e4f0c1a6c570434d525712725241c.zip |
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) { |