diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-05 21:40:17 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-05 21:40:17 +0100 | 
| commit | d8d63a27dcfd38245927af95521b6f8918b23795 (patch) | |
| tree | 75e4675b12970db6645c087ab75ec35c1b1ba9fd /storage.h | |
| parent | f4aa393b221dcc709f189ed04945ee67e956872a (diff) | |
| parent | 55078f59c8e9f52f1d10bed55511e5e58ec3e53b (diff) | |
[merge] wilmer
Diffstat (limited to 'storage.h')
| -rw-r--r-- | storage.h | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ typedef enum {  	STORAGE_INVALID_PASSWORD,  	STORAGE_ALREADY_EXISTS,  	STORAGE_OTHER_ERROR /* Error that isn't caused by user input, such as  -						   a database that is unreachable. log() will be  -						   used for the exact error message */ +	                       a database that is unreachable. log() will be  +	                       used for the exact error message */  } storage_status_t;  typedef struct {  | 
