Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 13, 2008
1 parent 4dc47d9 commit 513b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finderrors.c
Expand Up @@ -53,7 +53,7 @@ static int do_file(const char *profile, const char *dname, const char *fn, int *

int assembly = 0;
if (strstr(fn, ".bytecode") != NULL)
return 1; //assembly = 0;
assembly = 0;
else if (strstr(fn, ".disasm") != NULL)
assembly = 1;
else
Expand Down

0 comments on commit 513b885

Please sign in to comment.