1
1

A string array is always between " not '. Remove some compiler warnings.

This commit was SVN r2072.
Этот коммит содержится в:
George Bosilca 2004-08-11 21:33:12 +00:00
родитель b8ef4da537
Коммит 931e9bcbe1

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

@ -58,7 +58,7 @@ int main(int argc, char *argv[])
"Show version of this application");
ompi_cmd_line_make_opt(cmd_line, 'h', "help", 0,
"Show this help message");
ompi_cmd_line_make_opt(cmd_line, 'seed', "seed", 0,
ompi_cmd_line_make_opt(cmd_line, "seed", "seed", 0,
"Set the daemon seed to true.");
/* Get MCA parameters, if any */