Skip to content

Commit

Permalink
Add missing quote in diag::fatal_module_load.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Aug 31, 2012
1 parent 9633225 commit 020db65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yasmx/Basic/gen_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def output_categories(f):
add_fatal("fatal_too_many_errors", "too many errors emitted, stopping now")

# Frontend
add_fatal("fatal_module_load", "could not load %0 '%1")
add_fatal("fatal_module_load", "could not load %0 '%1'")
add_fatal("fatal_module_combo", "'%1' is not a valid %0 for %2 '%3'")
add_fatal("fatal_objfmt_machine_mismatch",
"object format '%0' does not support architecture '%1' machine '%2'")
Expand Down

0 comments on commit 020db65

Please sign in to comment.