Skip to content

Some missing trailing ";" #223

@eanon

Description

@eanon

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions