Browse code

add missing type

git-svn: trunk@4540

Török Edvin authored on 2008/12/07 18:55:00
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Dec  7 12:01:10 EET 2008 (edwin)
2
+------------------------------------
3
+ * libclamav/special.c: add missing type
4
+
1 5
 Sat Dec  6 16:54:43 EET 2008 (edwin)
2 6
 ------------------------------------
3 7
  * libclamav/pe.c, libclamav/special.c, libclamav/special.h: Improve
... ...
@@ -436,7 +436,7 @@ void cli_detect_swizz_str(const unsigned char *str, uint32_t len, struct swizz_s
436 436
 	stats->total += j;
437 437
 }
438 438
 
439
-static inline swizz_j48_global(const uint32_t gn[])
439
+static inline int swizz_j48_global(const uint32_t gn[])
440 440
 {
441 441
 	if (gn[0] <= 24185) {
442 442
 		return gn[0] > 22980 && gn[8] > 0 && gn[8] <= 97;