1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00

Removed unnecessary semicolon.

This commit is contained in:
Timmy Sjöstedt 2013-10-08 22:07:02 +02:00
parent 81b1cea1c9
commit acbcab6817

View File

@ -324,6 +324,6 @@ namespace RW
return sec;
}
};
};
}
#endif