summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/controller/exp004mouse.c2
-rw-r--r--src/controller/selection_from_db.sqc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/controller/selection_from_db.sqc b/src/controller/selection_from_db.sqc
index f40b404..f847e16 100644
--- a/src/controller/selection_from_db.sqc
+++ b/src/controller/selection_from_db.sqc
@@ -45,7 +45,7 @@ selection_from_db (void)
*/
// S.selection.set[i] = true;
- float* c = S.base_colors_data + (i * 4);
+ float *c = S.base_colors_data + (i * 4);
*c = vis_sel_set.r;
c++;
*c = vis_sel_set.g;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.