Small refactorings

This commit is contained in:
Bert
2011-08-18 12:05:38 +02:00
parent 5c77e1aa22
commit 27591b5a52
2 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@ typedef enum {
} cursor_t;
typedef struct {
const char *name;
const char *path;
const char *name; /* as given by user */
const char *path; /* always absolute */
} fileinfo_t;
#endif /* TYPES_H */