aboutsummaryrefslogtreecommitdiff
path: root/obfusc.c
diff options
context:
space:
mode:
Diffstat (limited to 'obfusc.c')
-rw-r--r--obfusc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfusc.c b/obfusc.c
index dc0656c..acd1945 100644
--- a/obfusc.c
+++ b/obfusc.c
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
unsigned char *data;
int datalen;
int decode = -1;
- int doing_opts = TRUE;
+ int doing_opts = true;
while (--argc > 0) {
char *p = *++argv;