summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-06-19 08:30:27 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-06-19 08:30:27 -0700
commit05fa6e38e8e934b74bcc3771781d05cfb3313b26 (patch)
treee887c6aac0a460cd668822f200aa90bdbd79e7df /main.c
parent334d2203d35c27e0c0d73226ad8a58360c8b36bb (diff)
Add support for checking more formats.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 05653c5..2ce04b1 100644
--- a/main.c
+++ b/main.c
@@ -40,7 +40,7 @@ int pixmap_move_iter = 1;
int win_width = 40;
int win_height = 40;
-static int
+int
bit_count(int i)
{
int count;