summaryrefslogtreecommitdiff
path: root/src/tet3/xresd/xresd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tet3/xresd/xresd.c')
-rw-r--r--src/tet3/xresd/xresd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tet3/xresd/xresd.c b/src/tet3/xresd/xresd.c
index fe227bee..0e74c143 100644
--- a/src/tet3/xresd/xresd.c
+++ b/src/tet3/xresd/xresd.c
@@ -191,7 +191,7 @@ register struct ptab *pp;
/* emit a diagnostic message if this is unexpected */
if ((pp->pt_flags & PF_LOGGEDOFF) == 0) {
- (void) sprintf(msg, fmt, (pp->pt_flags & PF_SERVER) ? se : cl);
+ sprintf(msg, fmt, (pp->pt_flags & PF_SERVER) ? se : cl);
error(0, msg, tet_r2a(&pp->pt_rid));
}