tComment tidied up. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 51a45baa2a789daaaecee2929b89adb2537bb4be
(DIR) parent e5102fa556670624e03ea243dd6710600c68cf60
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 31 Jul 2002 14:00:49 +0000
Comment tidied up.
Diffstat:
M src/configfile.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/src/configfile.c b/src/configfile.c
t@@ -77,10 +77,10 @@ static void PrintEscaped(FILE *fp, gchar *str)
}
/*
- * * Writes a single configuration file variable (identified by GlobalIndex
- * * and StructIndex) to the specified file, in a format suitable for reading
- * * back in (via. ParseNextConfig and friends).
- * */
+ * Writes a single configuration file variable (identified by GlobalIndex
+ * and StructIndex) to the specified file, in a format suitable for reading
+ * back in (via. ParseNextConfig and friends).
+ */
static void WriteConfigValue(FILE *fp, int GlobalIndex, int StructIndex)
{
gchar *GlobalName;