Skip to content

Commit

Permalink
Fix wording of an error message in mod-2-raw.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Apr 12, 2019
1 parent d370c93 commit b9d6689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mod-2-raw
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require 'ffi/openmpt'

def get_filename(var)
if var.nil?
warn 'Please supply a filename to interrogate.'
warn 'Please supply a filename to convert.'
exit(1)
end

Expand Down

0 comments on commit b9d6689

Please sign in to comment.