Skip to content

Commit

Permalink
lpr: Remove trailing semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: #654
  • Loading branch information
ElyesH authored and bsdimp committed Mar 15, 2023
1 parent 1308a17 commit 365348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/lpr/lpd/recvjob.c
Expand Up @@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
#include "extern.h"
#include "pathnames.h"

#define ack() (void) write(STDOUT_FILENO, sp, (size_t)1);
#define ack() (void) write(STDOUT_FILENO, sp, (size_t)1)

/*
* The buffer size to use when reading/writing spool files.
Expand Down

0 comments on commit 365348f

Please sign in to comment.