From 1f1ed9aeabaa04b558cf2ea1e2375d3335cf1354 Mon Sep 17 00:00:00 2001 From: yye00 Date: Fri, 13 Aug 2004 16:12:21 +0000 Subject: minor fix git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@84 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/Sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3