Skip to content

Commit b6ed20f

Browse files
authored
1.6: Addendum to 369e159
1 parent 369e159 commit b6ed20f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Client/multiplayer_sa/CMultiplayerSA_FixMallocAlign.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ namespace memory
282282
catch (...)
283283
{
284284
// Ignore exceptions in free - standard behavior
285+
}
285286
}
286-
}
287+
} // namespace memory
287288
} // namespace mta
288289

289290
// Hook constants

0 commit comments

Comments
 (0)