chiark
/
gitweb
/
~bjharris
/
bedstead-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e6fd7
)
Remove an unnecessary shadowing variable
author
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:31:21 +0000
(21:31 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 16 Dec 2024 21:31:21 +0000
(21:31 +0000)
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 85d5f5841429b4b46826aa1931c338ca9f4457c1..6a791ef1890ed0d8d299464f103450cb596ed96f 100644
(file)
--- a/
bedstead.c
+++ b/
bedstead.c
@@
-2983,7
+2983,7
@@
main(int argc, char **argv)
if (argc > 1) {
struct glyph g = { .flags = 0 };
- int
i,
y;
+ int y;
unsigned long u;
for (y = 0; y < YSIZE - 1; y++)