Skip to content

Commit e1e3949

Browse files
committed
Fixed poo poo merge.
1 parent cab5d07 commit e1e3949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/asar/errors.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ static asar_error_mapping asar_errors[] =
287287
{ ERR(label_forward), "The use of forward labels is not allowed in this context" },
288288

289289
{ 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" },
291290
};
292291
// RPG Hacker: Sanity check. This makes sure that the element count of asar_warnings
293292
// matches with the number of constants in asar_warning_id. This is important, because

0 commit comments

Comments
 (0)