Typo Correction
This commit is contained in:
parent
50041d0274
commit
125a9c3613
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def main(argv):
|
||||||
else:
|
else:
|
||||||
mpbin = progpath("mplayer")
|
mpbin = progpath("mplayer")
|
||||||
if mpbin == None:
|
if mpbin == None:
|
||||||
print "Error: mplayer not found in PATH binary given, Aborting!"
|
print "Error: mplayer not found in PATH and no binary given, Aborting!"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
global ffbin
|
global ffbin
|
||||||
|
|
Loading…
Reference in a new issue