summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/controller/clear_selection.sqc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/clear_selection.sqc b/src/controller/clear_selection.sqc
index f43534c..4549c22 100644
--- a/src/controller/clear_selection.sqc
+++ b/src/controller/clear_selection.sqc
@@ -26,7 +26,7 @@ clear_selection (void)
for (unsigned int i = 0; i < S.rows; i++)
{
S.selection.set[i] = false;
- float* c = S.base_colors_data + (i * 4);
+ float *c = S.base_colors_data + (i * 4);
*c = DEFAULT_COLOR_R;
c++;
*c = DEFAULT_COLOR_G;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.