summaryrefslogtreecommitdiffstats
path: root/cli_ure/source/climaker/climaker_emit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/climaker/climaker_emit.cxx')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index 7e9c466344fa..55e7bc9f9c11 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -339,7 +339,7 @@ Assembly ^ TypeEmitter::type_resolve(
::System::Text::StringBuilder ^ sb = gcnew ::System::Text::StringBuilder();
sb->Append(gcnew ::System::String("\nThe type "));
sb->Append(cts_name);
- sb->Append(gcnew ::System::String(" \n could not be found. Did you forget to " \
+ sb->Append(gcnew ::System::String(" \n could not be found. Did you forget to "
"specify an additional assembly with the --reference option?\n"));
if (throw_exc)
throw gcnew ::System::Exception(sb->ToString(), exc);