summaryrefslogtreecommitdiffstats
path: root/games/pom/pom.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/pom/pom.c')
-rw-r--r--games/pom/pom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pom/pom.c b/games/pom/pom.c
index fd82f68..e9b2a5c 100644
--- a/games/pom/pom.c
+++ b/games/pom/pom.c
@@ -88,8 +88,8 @@ main(int argc, char **argv)
time_t tt;
struct tm GMT, tmd;
double days, today, tomorrow;
- int cnt;
- char *odate = NULL, *otime = NULL, ch;
+ int ch, cnt;
+ char *odate = NULL, *otime = NULL;
while ((ch = getopt(argc, argv, "d:t:")) != -1)
switch (ch) {
OpenPOWER on IntegriCloud