Forgot a semicolon...
continuous-integration/drone/pr Build is passing Details

pull/12/head
Caleb Cornett 2022-02-21 22:08:45 -05:00
parent 75f538b448
commit 6b6823ca88
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <SDL.h>
#define NOT_IMPLEMENTED SDL_assert(0 && "Not implemented!")
#define NOT_IMPLEMENTED SDL_assert(0 && "Not implemented!");
/* Conversions */