* Fixed stupid error on my part in graph.c
[scdataviz] / graph.h
diff --git a/graph.h b/graph.h
index e140057..3930845 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -42,6 +42,7 @@ struct graph_line {
   /*First point*/
   double p0_x;
   double p0_y;
+  /*Control pts*/
   double p1_x;
   double p1_y;
   double p2_x;