Skip to content

Commit 249768a

Browse files
committed
use errx instead of err
1 parent 6720e92 commit 249768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table_stdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ service_id(const char *service)
7878
if (!strcmp(service, "mailaddrmap"))
7979
return (K_MAILADDRMAP);
8080

81-
err(1, "unknown service %s", service);
81+
errx(1, "unknown service %s", service);
8282
}
8383

8484
void

0 commit comments

Comments
 (0)