From: Ian Jackson Date: Wed, 1 Dec 2010 21:05:28 +0000 (+0000) Subject: layout/redactgraph: comment fix X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b04bfaf2f368b55e10f7b0dc0e8a7cb599c30749;p=trains.git layout/redactgraph: comment fix --- diff --git a/layout/graph-data.h b/layout/graph-data.h index bd44975..274a2e8 100644 --- a/layout/graph-data.h +++ b/layout/graph-data.h @@ -17,7 +17,7 @@ struct Segment { const char *segname; /* 0 if unknown (usually elided by extractgraph) */ int n_movfeats; MovFeat *movfeats; /* [0] is fixed */ - MovFeat *starfeature; /* set by movfeatmultedges */ + MovFeat *starfeature; /* set by movfeatsplitedges */ int u; };