diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 4d171fc..81bc3d9 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -294,7 +294,7 @@ gnat_init_options () gnat_argv[0] = save_argv[0]; /* name of the command */ gnat_argc = 1; - return CL_ADA; + return CL_Ada; } /* Here is the function to handle the compiler error processing in GCC. */ |