Skip to content

Commit

Permalink
Bug 1385700 - Add a missing comma in the errStrings enum r=franziskus
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : e3b672890f1aac01e4155efb4db47cd9bb1ac5c0
  • Loading branch information
sylvestre committed Jul 30, 2017
1 parent dceafaa commit e8c16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/modutil/error.h
Expand Up @@ -109,7 +109,7 @@ static char *errStrings[] = {
"ERROR: Failed to change default.\n",
"ERROR: Unable to read from standard input.\n",
"ERROR: Unknown error occurred.\n",
"ERROR: -nocertdb option can only be used with the -jar command.\n"
"ERROR: -nocertdb option can only be used with the -jar command.\n",
"ERROR: NSS_Initialize() failed.\n"
};

Expand Down

0 comments on commit e8c16dd

Please sign in to comment.