mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
lpr: Remove trailing semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/654
This commit is contained in:
parent
1308a17bad
commit
365348f66a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue