bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] selinux-h: add stubs for selabel_open etc.


From: Paul Eggert
Subject: Re: [PATCH] selinux-h: add stubs for selabel_open etc.
Date: Sun, 22 Nov 2020 18:26:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2

On 11/22/20 10:59 AM, Bernhard Voelker wrote:
selinux.c:257 has a superfluous semicolon after a jump label,
and a strange indentation:

The semicolon is required by the C standard, which does not allow a label before a declaration. Emacs indented it that way.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]