Fixing comment

This commit is contained in:
Joel Bodenmann 2015-11-18 20:34:27 +01:00
parent 45174c4092
commit 7586685d07

View file

@ -408,7 +408,7 @@ typedef struct GDISPVMT {
extern "C" { extern "C" {
#endif #endif
// Should the driver routines should be static or not // Should the driver routines be static or not
#if USE_VMT #if USE_VMT
#define LLDSPEC static #define LLDSPEC static
#else #else