diff options
author | 2016-01-20 21:34:07 +0100 | |
---|---|---|
committer | 2016-01-20 21:34:07 +0100 | |
commit | 9619947629a15289d720341027c642598ed1ad86 (patch) | |
tree | 40b39b9aa5328f7c08bb175cf4107e313b34ab90 /src/tools/unidasm.cpp | |
parent | 122a16c690ecded095a8789b6b839a62e7a83176 (diff) |
Revert "fix unidasm compile [Robbbert]"
This reverts commit 54072ef35d04a3ae61141f3d789f0e7842582913.
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r-- | src/tools/unidasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index 91781b21c4c..13eabe31c59 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -656,7 +656,7 @@ int main(int argc, char *argv[]) } catch (add_exception &aex) { - fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag().c_str()); + fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag()); result = 1; } catch (std::exception &ex) |