From fae767cecb5f6b94f301e4c0f7b15aae292f6b32 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 11 Apr 2011 23:32:41 +0000 Subject: minor fix inline def --- spectrogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectrogram.c b/spectrogram.c index 063bbfb..c395a3c 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -192,7 +192,7 @@ init_factor(int *scala, int w) } #if 1 -void inline +inline void drawpixel(SDL_Surface *s, int x, int y, SDL_Color *c) { Uint32 *buf = (Uint32 *)s->pixels + y * (s->pitch >> 2) + x; -- cgit v1.2.3