diff options
author | Rob Stradling <rob@comodo.com> | 2017-08-31 17:15:09 +0100 |
---|---|---|
committer | Rob Stradling <rob@comodo.com> | 2017-08-31 17:15:09 +0100 |
commit | 9218ff37de58f65159cdf8fa737798414665f468 (patch) | |
tree | 29463866040fbfe4dfb1e9438833c11b32e35c6f | |
parent | a8a156af83b655a029cb6fd13d80bbeee66eeb5a (diff) | |
download | certwatch_db-9218ff37de58f65159cdf8fa737798414665f468.zip certwatch_db-9218ff37de58f65159cdf8fa737798414665f468.tar.gz certwatch_db-9218ff37de58f65159cdf8fa737798414665f468.tar.bz2 |
Missing comma.
-rw-r--r-- | web_apis.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_apis.fnc b/web_apis.fnc index 2ab06e4..7c7dbe5 100644 --- a/web_apis.fnc +++ b/web_apis.fnc @@ -4590,7 +4590,7 @@ Content-Type: text/plain; charset=UTF-8 'IP Address', 'CA/B Forum lint', 'X.509 lint', - 'ZLint' + 'ZLint', 'Lint' ) THEN -- Determine whether to use a reverse index (if available). |