chiark / gitweb /
layout/redactgraph: comment fix
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 1 Dec 2010 21:05:28 +0000 (21:05 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 1 Dec 2010 21:05:28 +0000 (21:05 +0000)
layout/graph-data.h

index bd44975b02c41bd5061cb41eccaefded6620852d..274a2e8e89403811a9bd03f25f0e849d589396e7 100644 (file)
@@ -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;
 };