Removed stupid comment
This commit is contained in:
parent
28e90e6330
commit
25a32c370e
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue