chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / test / test-exec-util.c
index 1520dd13ac2d84c25b1e291117bc8fc488fdfc4b..241e5237ce277e8e64fd88e2f2881df93d255a75 100644 (file)
@@ -223,7 +223,7 @@ static int gather_stdout_three(int fd, void *arg) {
         return 0;
 }
 
-const gather_stdout_callback_t const gather_stdout[] = {
+const gather_stdout_callback_t gather_stdout[] = {
         gather_stdout_one,
         gather_stdout_two,
         gather_stdout_three,