aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/weedit/files/patch-utils__readdb.c
blob: 37450083e7e8c15d75e2a6cd98cae5c63679aadd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./utils/readdb.c.orig   2011-06-21 15:44:50.000000000 +0200
+++ ./utils/readdb.c    2011-06-21 15:45:08.000000000 +0200
@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include <memory.h>
 #include <time.h>
-
int main(unsigned int argc, char **argv)
+int main(int argc, char **argv)
 {
  unsigned long fsize, fcount, ccount, offset, offset2, i;
  unsigned char *db;