blob: f9edc10e80eba514ff0c58720fb9c202b4fce7eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
--- stegdetect.c.orig Sat Apr 15 00:14:05 2006
+++ stegdetect.c Sat Apr 15 00:14:40 2006
@@ -78,7 +78,6 @@
float DCThist[257];
float scale = 1; /* Sensitivity scaling */
-static int debug = 0;
static int quiet = 0;
static int ispositive = 0; /* Current images contain stego */
static char *transformname; /* Current transform name */
@@ -1227,7 +1227,7 @@
strlcat(outbuf, quality(tmp, stars), sizeof(outbuf));
flag = 1;
}
- no_f5:
+ no_f5:;
a_wasted_var = 0;
}
@@ -1267,7 +1267,7 @@
strlcat(outbuf, tmp, sizeof(outbuf));
}
- no_invisiblesecrets:
+ no_invisiblesecrets:;
a_wasted_var = 0;
}
@@ -1332,7 +1332,7 @@
}
free(dcts);
- jsteg_error:
+ jsteg_error:;
a_wasted_var = 0;
}
|