Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2026 14:46:28 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Elyes Haouas <ehaouas@noos.fr>
Subject:   git: 9711a6d01b15 - stable/13 - lpr: Remove trailing semicolon
Message-ID:  <69a845c4.26a0d.72a13281@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/13 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=9711a6d01b15b50103829e4fc9bddb7e8663a245

commit 9711a6d01b15b50103829e4fc9bddb7e8663a245
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-03-15 02:09:16 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-03-04 14:46:05 +0000

    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
    (cherry picked from commit 365348f66a47df247b5289b8a86fb20b36d778c1)
---
 usr.sbin/lpr/lpd/recvjob.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c
index cf5cd4e15354..a6495940b342 100644
--- a/usr.sbin/lpr/lpd/recvjob.c
+++ b/usr.sbin/lpr/lpd/recvjob.c
@@ -66,7 +66,7 @@ static char sccsid[] = "@(#)recvjob.c	8.2 (Berkeley) 4/27/95";
 #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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a845c4.26a0d.72a13281>