Changeset 844 for releases

Show
Ignore:
Timestamp:
04/24/06 19:46:44 (3 years ago)
Author:
aj
Message:

ludovic.rousseau:
ct_status_unlock(): the function is of type void so we can't return
NULL, use return instead

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.6.7/src/ct/status.c

    r827 r844  
    208208 
    209209        if (! ct_format_path(status_lock_path, PATH_MAX, "status.lock")) { 
    210                 return NULL; 
     210                return; 
    211211        } 
    212212