diff options
Diffstat (limited to 'docs/tools/shooter.c')
-rw-r--r-- | docs/tools/shooter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c index 75b892bcd3..95555ecd10 100644 --- a/docs/tools/shooter.c +++ b/docs/tools/shooter.c @@ -29,7 +29,7 @@ static Window find_toplevel_window (Window xid) { Window root, parent, *children; - int nchildren; + guint nchildren; do { |