From 9b8cdcff482a518c24d31ce74524543bb7015102 Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 12 Jun 2024 21:34:11 +0000 Subject: some minor comment nitpick --- nsxiv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index 978962e..ccd1796 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -101,7 +101,7 @@ typedef enum { typedef struct { const char *name; /* as given by user */ - const char *path; /* always absolute */ + const char *path; /* always absolute, result of realpath(3) */ fileflags_t flags; } fileinfo_t; @@ -265,7 +265,7 @@ struct opt { /* window: */ bool fullscreen; bool hide_bar; - Window embed; /* unsigned long */ + Window embed; char *geometry; char *res_name; -- cgit v1.2.3-54-g00ecf