Skip to content

Commit c3e3617

Browse files
committed
Fix closing brace
1 parent d1d9929 commit c3e3617

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/eqlib/game/GameFace.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ class [[offsetcomments]] CGFScreenWnd : public CSidlScreenWnd
145145
/*0x380*/ void* HandleJsEvent; // Probably something like HandleJSEvent
146146
/*0x388*/ void* Unknown0x388;
147147
/*0x390*/ void* Unknown0x390; // Probably Center()
148-
/*0x398*/ };
148+
/*0x398*/
149+
};
149150

150151
// Returns the current instance of this class's vftable. Might represent some other
151152
// inherited class (and not CSidlScreenWnd's)

0 commit comments

Comments
 (0)