sysv-generator: remove duplicate const

I assume this was a typo in c279613f86
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-11-02 22:52:05 +01:00
parent f2c624cb8b
commit 859fdd1eea

View file

@ -530,7 +530,7 @@ static int load_sysv(SysvStub *s) {
if (startswith_no_case(t, "description:")) {
size_t k;
const const char *j;
const char *j;
k = strlen(t);
if (k > 0 && t[k-1] == '\\') {