Bug 669890 - Add missing comma to js/src/shell/js.cpp. rs=bz

This commit is contained in:
Justin Lebar 2011-07-07 10:24:54 -04:00
Родитель 4fb490d48a
Коммит 0b059da5a2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5050,7 +5050,7 @@ static const char *const shell_help_messages[] = {
" code. If your test isn't ridiculously thorough, such that performing this\n"
" assertion increases test duration by an order of magnitude, you shouldn't\n"
" use this.",
"getMaxArgs() Return the maximum number of supported args for a call."
"getMaxArgs() Return the maximum number of supported args for a call.",
/* Keep these last: see the static assertion below. */
#ifdef MOZ_PROFILING