summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-12-05 14:12:44 +0000
committermillert <millert@openbsd.org>1998-12-05 14:12:44 +0000
commit64ab7047dc0e4f0c1a6c570434d525712725241c (patch)
tree1b78ec761bfd4168c581416b1b8c8041c06bd7c7
parentsync (diff)
downloadwireguard-openbsd-64ab7047dc0e4f0c1a6c570434d525712725241c.tar.xz
wireguard-openbsd-64ab7047dc0e4f0c1a6c570434d525712725241c.zip
Add missing printf
-rw-r--r--usr.bin/tset/tset.c1
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) {