This commit is contained in:
Tolga Cakir 2016-01-13 00:06:38 +01:00
parent e47c584d77
commit f2beb66c65
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void remove_print_handler(PrintHandlerList *p_handler) {
l=l->next; l=l->next;
} }
OS::get_singleton()->print("print hanlder list is %p\n",print_handler_list); OS::get_singleton()->print("print handler list is %p\n",print_handler_list);
ERR_FAIL_COND(l==NULL); ERR_FAIL_COND(l==NULL);
_global_unlock(); _global_unlock();