summaryrefslogtreecommitdiff
path: root/ouija.c
diff options
context:
space:
mode:
Diffstat (limited to 'ouija.c')
-rw-r--r--ouija.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ouija.c b/ouija.c
index 96221db..44e6cc9 100644
--- a/ouija.c
+++ b/ouija.c
@@ -16,7 +16,7 @@ int main(int argc, char **argv)
}
break;
case 2:
- if (checkIfFileExists(argv[1]) == 1)
+ if (checkIfFileExists(argv[1]) == 0)
{
dictionary = fopen(argv[1], "r");
}