add closer debug print

This commit is contained in:
Yuichi Nishiwaki 2014-01-16 22:03:00 +09:00
parent 43f3f6d0ce
commit c39f598dc8
1 changed files with 4 additions and 0 deletions

View File

@ -308,5 +308,9 @@ main(int argc, char *argv[], char **envp)
pic_close(pic);
#if DEBUG
puts("* picrin successfully closed");
#endif
return exit_status;
}