From eef385b8057032a3f5b2d61fcc48878e849793e1 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Fri, 14 Aug 2009 19:41:49 +0000 Subject: Trivial changes for readability. --- 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; -- cgit v0.8.3.1-22-g547a