aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 59844be..5e0dbf9 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -171,7 +171,7 @@ int Iso_SetupServer(const cGH *GH,isosurfacerGH *myGH,int dataport, int controlp
advertised_filename = Util_Strdup(FILENAME_TEMPLATE);
if (advertised_filename == NULL)
- CCTK_VWarn 0, __LINE__, __FILE__, "IsoSurfacer", "Cannot allocate memory foradvertised file name");
+ CCTK_VWarn (0, __LINE__, __FILE__, "IsoSurfacer", "Cannot allocate memory foradvertised file name");
myGH = myGH;
if(CCTK_MyProc(GH) != 0) return 0; /* not the root processor */