Drop superfluous const from sane_strstatus()

Hand-picked from draft-2 and aligns the standard with the sane.h file
from sane-backends.
draft-2
Olaf Meeuwissen 2020-02-16 12:16:09 +09:00
rodzic 64497fac40
commit 75d82ebec5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1398,7 +1398,7 @@ is performed.
::
const SANE_String_Const sane_strstatus (SANE_Status status);
SANE_String_Const sane_strstatus (SANE_Status status);
.. index:: code flow