-Wold-style-declaration
authorAxel Viala <axel.viala@darnuria.eu>
Fri, 25 Mar 2022 14:59:28 +0000 (15:59 +0100)
committerØyvind "pippin" Kolås <pippin@gimp.org>
Sun, 21 Aug 2022 11:09:36 +0000 (11:09 +0000)
babl/babl-fish-path.c

index c51d461580d4923339377f5cc116c3564781ae24..d06129fddff93adb88e6df02b5cf5a8d408dfaab 100644 (file)
@@ -1365,7 +1365,7 @@ babl_process_rows (const Babl *fish,
 #include <stdint.h>
 
 #define BABL_ALIGN 16
-static void inline *align_16 (unsigned char *ret)
+static inline void *align_16 (unsigned char *ret)
 {
   int offset = BABL_ALIGN - ((uintptr_t) ret) % BABL_ALIGN;
   ret = ret + offset;