- Fix function

This commit is contained in:
Felipe Pena 2013-11-12 00:28:52 -02:00
parent 629b96295e
commit 6aad2ee42c

View file

@ -28,4 +28,5 @@ int phpdbg_is_numeric(const char *str) /* {{{ */
}
return isdigit(*str);
}
return 0;
} /* }}} */