diff options
Diffstat (limited to 'storage_text.c')
| -rw-r--r-- | storage_text.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_text.c b/storage_text.c index 49a44fbe..004e891c 100644 --- a/storage_text.c +++ b/storage_text.c @@ -276,7 +276,7 @@ static storage_status_t text_check_pass( const char *nick, const char *password  	fscanf( fp, "%32[^\n]s", s );  	fclose( fp ); -	/*FIXME Test if password is correct */ +	/*FIXME: Check password */  	return STORAGE_OK;  }  | 
