Skip to content

Commit bf52d86

Browse files
authored
Update gekko.cpp
fmt
1 parent e052bd5 commit bf52d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GekkoLib/src/gekko.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void Gekko::Session::SetNetAdapter(GekkoNetAdapter* adapter)
6363

6464
i32 Gekko::Session::AddActor(GekkoPlayerType type, GekkoNetAddress* addr)
6565
{
66-
const int ERR = -1;
66+
const i32 ERR = -1;
6767
std::unique_ptr<NetAddress> address;
6868

6969
if (addr) {

0 commit comments

Comments
 (0)