EUA / wxHexEditor

wxHexEditor official GIT repo
http://www.wxhexeditor.org
GNU General Public License v2.0
558 stars 118 forks source link

Some missing trailing ";" #223

Open eanon opened 4 months ago

eanon commented 4 months ago

Just built wxHexEditor 0.24 ß (source downloaded from SourceForge) in AlmaLinux 8.9 against GCC 8.5.0 (all autotools installed) issuing a simple make, and I had to add these missing trailing ";" as below. ­

// In HexDialogs.cpp (line #423)
WX_CLEAR_ARRAY(parent->HighlightArray);

// In HexEditorCtrl.cpp (line #67)
WX_CLEAR_ARRAY(MainTagArray);
WX_CLEAR_ARRAY(HighlightArray);
WX_CLEAR_ARRAY(CompareArray);

­ Just some minor typos :)