mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Revert "fix unidasm compile [Robbbert]"
This reverts commit 54072ef35d
.
This commit is contained in:
parent
122a16c690
commit
9619947629
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user