mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00: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
@ -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 New Issue
Block a user