We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab5d07 commit e1e3949Copy full SHA for e1e3949
src/asar/errors.cpp
@@ -287,7 +287,6 @@ static asar_error_mapping asar_errors[] =
287
{ ERR(label_forward), "The use of forward labels is not allowed in this context" },
288
289
{ ERR(macro_param_outside_macro), "Reference to macro parameter outside of macro" },
290
- { ERR(label_forward), "The use of forward labels is not allowed in this context" },
291
};
292
// RPG Hacker: Sanity check. This makes sure that the element count of asar_warnings
293
// matches with the number of constants in asar_warning_id. This is important, because
0 commit comments