add closer debug print
This commit is contained in:
parent
43f3f6d0ce
commit
c39f598dc8
|
@ -308,5 +308,9 @@ main(int argc, char *argv[], char **envp)
|
|||
|
||||
pic_close(pic);
|
||||
|
||||
#if DEBUG
|
||||
puts("* picrin successfully closed");
|
||||
#endif
|
||||
|
||||
return exit_status;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue