Merge pull request #1126 from quietust/develop

Fix silly error in strangemood plugin
develop
Lethosor 2017-07-02 10:06:43 -04:00 committed by GitHub
commit 2f22999801
1 changed files with 2 additions and 0 deletions

@ -911,6 +911,7 @@ command_result df_strangemood (color_ostream &out, vector <string> & parameters)
filter = NULL;
continue;
}
break;
}
if (filter)
{
@ -994,6 +995,7 @@ command_result df_strangemood (color_ostream &out, vector <string> & parameters)
filter = NULL;
continue;
}
break;
}
if (filter)
{