mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Remove semicolon
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
4ea7687f03
commit
7bad2ac04e
@ -3,7 +3,7 @@
|
||||
|
||||
#include "mxcriticalsection.h"
|
||||
|
||||
#define AUTOLOCK(CS) MxAutoLock lock(&CS);
|
||||
#define AUTOLOCK(CS) MxAutoLock lock(&CS)
|
||||
|
||||
class MxAutoLock {
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user