diff options
Diffstat (limited to 'src/dyetool/actions/actions.cpp')
-rw-r--r-- | src/dyetool/actions/actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp index 6898e27df..98ab8d95d 100644 --- a/src/dyetool/actions/actions.cpp +++ b/src/dyetool/actions/actions.cpp @@ -90,7 +90,7 @@ impHandlerVoid(dumpGL) impHandlerVoid(dumpMods) #if defined USE_OPENGL && defined DEBUG_SDLFONT impHandlerVoid(testSdlFont) -#endif +#endif // defined USE_OPENGL && defined DEBUG_SDLFONT impHandlerVoid(createItems) impHandlerVoid(createItem) impHandlerVoid(uploadConfig) |