Skip to content

Commit

Permalink
Merge pull request #576 from timopollmeier/clean-filter-keywords-8.0
Browse files Browse the repository at this point in the history
Fix typo in cleanup_keyword() comment (8.0)
  • Loading branch information
mattmundell authored May 31, 2019
2 parents 2998102 + cf63e31 commit 35b3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ cleanup_keyword (keyword_t *keyword)
}
else if (strcasecmp (keyword->column, "autofp") == 0)
{
/* min_qod must be a percentage (between 0 and 2) */
/* autofp must be either 0, 1 or 2) */
if (keyword->integer_value < 0)
{
g_free (keyword->string);
Expand Down

0 comments on commit 35b3485

Please sign in to comment.