Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nova77 committed Mar 12, 2010
1 parent 38bf681 commit fd6b302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastfmfpclient/src/main.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ int main(int argc, char* argv[])
forceDuration = atoi(argv[i]); forceDuration = atoi(argv[i]);
if ( forceDuration == 0 ) if ( forceDuration == 0 )
{ {
cout << "Invalid length parameter for --lenght <" << argv[i] << ">\n"; cout << "Invalid length parameter for -lenght <" << argv[i] << ">\n";
exit(1); exit(1);
} }
} }
Expand Down

0 comments on commit fd6b302

Please sign in to comment.