projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f3e9e
)
-Wold-style-declaration
author
Axel 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
patch
|
blob
|
history
diff --git
a/babl/babl-fish-path.c
b/babl/babl-fish-path.c
index c51d461580d4923339377f5cc116c3564781ae24..d06129fddff93adb88e6df02b5cf5a8d408dfaab 100644
(file)
--- a/
babl/babl-fish-path.c
+++ b/
babl/babl-fish-path.c
@@
-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;