aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index e6b57e4..961657f 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -38,7 +38,7 @@
#define SSIZE (PSIZE >> 1)
SDL_Surface *screen;
-SDL_Color *wf, sp;
+SDL_Color *wf, *sp;
SDL_Color black = { .r = 0, .g = 0, .b = 0 };
SDL_Color white = { .r = 255, .g = 255, .b = 255 };