aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/fbsetroot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc
index 0859960..a9ac2a5 100644
--- a/util/fbsetroot.cc
+++ b/util/fbsetroot.cc
@@ -219,7 +219,7 @@ void fbsetroot::modula(int x, int y) {
219 char data[32]; 219 char data[32];
220 long pattern = 0; 220 long pattern = 0;
221 221
222 register int i; 222 int i;
223 223
224 FbRootWindow root(screen); 224 FbRootWindow root(screen);
225 225