From 27591b5a52a4ec703bf5d2e61a4f933a7938500f Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 18 Aug 2011 12:05:38 +0200 Subject: Small refactorings --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index a2b9651..950baba 100644 --- a/types.h +++ b/types.h @@ -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 */ -- cgit v1.2.3