diff options
Diffstat (limited to 'applets/applet_tables.c')
-rw-r--r-- | applets/applet_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applet_tables.c b/applets/applet_tables.c index ef911a43b..9a2aa5329 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c | |||
@@ -179,7 +179,7 @@ int main(int argc, char **argv) | |||
179 | printf("};\n\n"); | 179 | printf("};\n\n"); |
180 | #endif | 180 | #endif |
181 | 181 | ||
182 | #if ENABLE_FEATURE_INSTALLER | 182 | #if ENABLE_FEATURE_INSTALLER && !ENABLE_PLATFORM_MINGW32 |
183 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); | 183 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); |
184 | i = 0; | 184 | i = 0; |
185 | while (i < NUM_APPLETS) { | 185 | while (i < NUM_APPLETS) { |