chiark / gitweb /
Revert f_type fixups
[elogind.git] / src / journal / microhttpd-util.c
index dc91b81bdec4cb219374a0437fde87d8e6629014..382087c7906bf3daae35e2b08b97fb3651dddf54 100644 (file)
@@ -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;