Skip to content

Commit f9c42c9

Browse files
committed
Fix wrong enum type in default command line option category assignment
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
1 parent 9b86f14 commit f9c42c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/util/cmd_line.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ int opal_cmd_line_make_opt3(opal_cmd_line_t *cmd, char short_name,
237237

238238
e.ocl_description = desc;
239239

240-
e.ocl_otype = OPAL_CMD_LINE_TYPE_NULL;
240+
e.ocl_otype = OPAL_CMD_LINE_OTYPE_NULL;
241241

242242
return make_opt(cmd, &e);
243243
}

0 commit comments

Comments
 (0)