From 25a32c370e4b4b8b2fd5599d0d3768c950358dc8 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Wed, 2 Jan 2008 19:53:04 +0000 Subject: [PATCH] Removed stupid comment --- src/frontend/rawfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/rawfile.c b/src/frontend/rawfile.c index 7fcf53a22..cdff57930 100644 --- a/src/frontend/rawfile.c +++ b/src/frontend/rawfile.c @@ -165,7 +165,7 @@ raw_write(char *name, struct plot *pl, bool app, bool binary) fprintf(fp, "\t%d\ti(%s)\t%s", i++, v->v_name, ft_typenames(v->v_type)); if ( branch != NULL ) *branch = '#'; } else if ( strcmp( ft_typenames(v->v_type), "voltage" ) == 0 ) { - fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type)); /* XXX*/ + fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type)); } else { fprintf(fp, "\t%d\t%s\t%s", i++, v->v_name, ft_typenames(v->v_type)); }