Skip to content

Commit

Permalink
- Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 4, 2010
2 parents 8d90843 + 94824fa commit 14f9461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/rtoptsimpl.c
Expand Up @@ -315,7 +315,7 @@ static enum RTOpts__arg__result RTOptsImpl__arg(const char* arg)
else if (strlen(arg) >= strLen_ANNNOTATION_VERSION && strcmp(&arg[strLen_ANNNOTATION_VERSION], "=3.x") == 0)
annotation_version = "3.x";
else {
fprintf(stderr, "# Wrong option: usage: omc [+annotationVersion=1.x|2.x|3.x], default to '2.x'.\n");
fprintf(stderr, "# Wrong option: usage: omc [+annotationVersion=1.x|2.x|3.x], default to '3.x'.\n");
return ARG_FAILURE;
}
} else if(strncmp(arg,SHOW_ERROR_MESSAGES,strLen_SHOW_ERROR_MESSAGES) == 0) {
Expand Down

0 comments on commit 14f9461

Please sign in to comment.