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 02352113f..ce2037440 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c | |||
@@ -190,7 +190,7 @@ int main(int argc, char **argv) | |||
190 | printf("};\n\n"); | 190 | printf("};\n\n"); |
191 | #endif | 191 | #endif |
192 | 192 | ||
193 | #if ENABLE_FEATURE_INSTALLER && !ENABLE_PLATFORM_MINGW32 | 193 | #if ENABLE_FEATURE_INSTALLER |
194 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); | 194 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); |
195 | i = 0; | 195 | i = 0; |
196 | while (i < NUM_APPLETS) { | 196 | while (i < NUM_APPLETS) { |