diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-14 22:30:25 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-14 22:30:25 +0200 |
commit | c121f8945f7249520342ad86ff00f4986642ca0a (patch) | |
tree | ea45dd9d19f737005cfa9d8c5e6b60e303388d9e /storage.h | |
parent | 85e9644fe03cef7b83f3b3200943364e4eecaf14 (diff) |
xml_load() works pretty well now.
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 { |