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.
2 parents 271a8ee + e1e3949 commit bf909ebCopy full SHA for bf909eb
src/asar/errors.cpp
@@ -288,7 +288,7 @@ static asar_error_mapping asar_errors[] =
288
289
{ ERR(unclosed_vararg), "Variadic macro parameter wasn't closed properly." },
290
{ ERR(invalid_vararg), "Trying to use variadic macro parameter syntax to resolve a non variadic argument." },
291
-
+
292
{ ERR(macro_param_outside_macro), "Reference to macro parameter outside of macro" },
293
};
294
// RPG Hacker: Sanity check. This makes sure that the element count of asar_warnings
0 commit comments