about summary refs log tree commit homepage
path: root/mahoro.c
diff options
context:
space:
mode:
Diffstat (limited to 'mahoro.c')
-rw-r--r--mahoro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mahoro.c b/mahoro.c
index 156e32a..689ca0e 100644
--- a/mahoro.c
+++ b/mahoro.c
@@ -116,7 +116,7 @@ mahoro_check(argc, argv, self)
 
         switch(rb_scan_args(argc, argv, "01", &vpath)) {
                 case 1:
-                        if(!NIL_P(vpath)) {
+                        if(!NIL_P(vpath)) {
                                 path = StringValueCStr(vpath);
                         }
                         break;