summaryrefslogtreecommitdiffstats
path: root/mbbsd/topsong.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/topsong.c')
-rw-r--r--mbbsd/topsong.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/topsong.c b/mbbsd/topsong.c
index 015f7de5..cb71ac5b 100644
--- a/mbbsd/topsong.c
+++ b/mbbsd/topsong.c
@@ -1,4 +1,4 @@
-/* $Id: topsong.c,v 1.6 2002/07/27 10:04:34 kcwu Exp $ */
+/* $Id$ */
#include "bbs.h"
#define MAX_SONGS 300
@@ -7,10 +7,10 @@
typedef struct songcmp_t {
char name[100];
char cname[100];
- long int count;
+ int count;
} songcmp_t;
-static long int totalcount = 0;
+static int totalcount = 0;
static int
count_cmp(songcmp_t * b, songcmp_t * a)