aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-20 09:16:35 +0000
committergoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-20 09:16:35 +0000
commit5ad392ae99033a85dc3433dce51ae3e80af9114d (patch)
tree05f471068ce14068378a621b7f7636fd8bda125b
parentce3a91dad61ec02aed8fd3c9d326eeec26a22b9b (diff)
Added a */ I had forgotten about.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@91 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/ioGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioGH.h b/src/ioGH.h
index 0af8004..0578f15 100644
--- a/src/ioGH.h
+++ b/src/ioGH.h
@@ -95,7 +95,7 @@ typedef struct IOGH {
char *do_inVars; /* flags indicating to read in variable [i] */
#if 0
- /* TG: This doesn't need to be held on a GH by GH basis.
+ /* TG: This doesn't need to be held on a GH by GH basis. */
/* database holding all registered listeners for file advertising */
pNamedData *listener_DB;