fix some gcc warnings

This commit is contained in:
kub 2022-10-14 21:22:33 +00:00
parent e44c606f39
commit 043ccbf45f
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ void gp2x_memset_all_buffers(int offset, int byte, int len);
void vid_mmsp2_init(void);
void vid_mmsp2_finish(void);
void vid_pollux_init();
void vid_pollux_finish();
void vid_pollux_init(void);
void vid_pollux_finish(void);
void gp2x_menu_init(void);