X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fmicrohttpd-util.c;h=382087c7906bf3daae35e2b08b97fb3651dddf54;hb=442e00839e4fc3c11506f5c8a9477b465865aecc;hp=dc91b81bdec4cb219374a0437fde87d8e6629014;hpb=e64690a85772fc77ba9e825333eb1ced5a202ad1;p=elogind.git diff --git a/src/journal/microhttpd-util.c b/src/journal/microhttpd-util.c index dc91b81bd..382087c79 100644 --- a/src/journal/microhttpd-util.c +++ b/src/journal/microhttpd-util.c @@ -28,7 +28,7 @@ #include "util.h" void microhttpd_logger(void *arg, const char *fmt, va_list ap) { - char _cleanup_free_ *f; + _cleanup_free_ char *f; if (asprintf(&f, "microhttpd: %s", fmt) <= 0) { log_oom(); return;