From 299d07ce6ab709aef911ad0ef4bac2ecb75128e9 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sun, 16 Mar 2014 04:05:03 +0000 Subject: fix missing quoation marks at EOL in error messages pointed out by Barry Wardell. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@220 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- src/Registration.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Registration.c b/src/Registration.c index 221bbfc..aa137f5 100644 --- a/src/Registration.c +++ b/src/Registration.c @@ -3025,8 +3025,8 @@ CCTK_INT MoL_RegisterConstrainedComplexArray(CCTK_INT ConstrainedIndex) CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "You tried to register more than %d constrained complex " "variables. Since this should be the total number of " - "Cactus variables, this looks like a bug. You tried to - register '%s'. The registered variables are: %s.", + "Cactus variables, this looks like a bug. You tried to" + "register '%s'. The registered variables are: %s.", MoLMaxNumRegisteredVariables, constrainedvarname, registeredvars); free(registeredvars); /* NOTREACHED */ @@ -3149,8 +3149,8 @@ CCTK_INT MoL_RegisterSaveAndRestoreComplexArray(CCTK_INT SandRIndex) CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING, "You tried to register more than %d save and restore complex " "variables. Since this should be the total number of " - "Cactus variables, this looks like a bug. You tried to - register '%s'. The " "registered variables are: %s.", + "Cactus variables, this looks like a bug. You tried to" + "register '%s'. The " "registered variables are: %s.", MoLMaxNumRegisteredVariables, saveandrestorevarname, registeredvars); free(registeredvars); /* NOTREACHED */ -- cgit v1.2.3