aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/color.h')
-rw-r--r--src/sdl/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl/color.h b/src/sdl/color.h
index 5cff762..6110e6e 100644
--- a/src/sdl/color.h
+++ b/src/sdl/color.h
@@ -15,6 +15,6 @@ typedef enum {
COLOR_LAST,
} color_t;
-_Bool set_color(SDL_Renderer * const, const color_t);
+void set_color(SDL_Renderer * const, const color_t);
#endif /* COLOR_H */