Changeset 30

Show
Ignore:
Timestamp:
06/29/07 16:33:29 (17 months ago)
Author:
aj
Message:

silence a warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pam_p11.c

    r29 r30  
    4848* comodity function that returns 1 on null, empty o spaced string 
    4949*/ 
    50 int is_spaced_str(const char *str) 
     50static int is_spaced_str(const char *str) 
    5151{ 
    5252        char *pt = (char *)str;