]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysv-generator: remove duplicate const 1757/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 2 Nov 2015 21:52:05 +0000 (22:52 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 2 Nov 2015 22:18:20 +0000 (23:18 +0100)
I assume this was a typo in c279613f861636c816f2f7df051b02c2f55a5134

src/sysv-generator/sysv-generator.c

index b2d53d3b4feff3982f3c341f38e7e382bd216367..042be97840b71cd1b399d6d54c272f749d78e9cc 100644 (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] == '\\') {