]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/g364fb.c
static and inline should came before the type of the functions
[mirror_qemu.git] / hw / g364fb.c
index d44fcc2d28b5654cf7ea2fb5ac75a9e0d3ecc3c0..88e304823ec6e5899088a158057cba33f3efa555 100644 (file)
@@ -268,7 +268,7 @@ static void g364fb_update_display(void *opaque)
     qemu_irq_raise(s->irq);
 }
 
-static void inline g364fb_invalidate_display(void *opaque)
+static inline void g364fb_invalidate_display(void *opaque)
 {
     G364State *s = opaque;
     int i;