Corrected typo in a comment
This commit is contained in:
parent
8df3802928
commit
07bf824c57
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2013.07.01.155958"
|
#define Cdrskin_timestamP "2013.07.08.145600"
|
||||||
|
@ -185,7 +185,7 @@ int Cleanup_set_handlers(void *handle, Cleanup_app_handler_T handler, int flag)
|
|||||||
break;
|
break;
|
||||||
if(j>=non_signal_list_count) {
|
if(j>=non_signal_list_count) {
|
||||||
/* Avoid to use particular SIG macros which might not be defined.
|
/* Avoid to use particular SIG macros which might not be defined.
|
||||||
If ithey are defined, then their names are in the name list.
|
If they are defined, then their names are in the name list.
|
||||||
*/
|
*/
|
||||||
if(flag & (8 | 256))
|
if(flag & (8 | 256))
|
||||||
sig_name= Cleanup_signo_to_name(i);
|
sig_name= Cleanup_signo_to_name(i);
|
||||||
|
Loading…
Reference in New Issue
Block a user