From 25b2c9f895fd91fb556809ce513d3681ad279938 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 21 Jun 2022 19:14:47 +0100 Subject: Add config file handling. Single letter style arguments have been removed. --- src/compgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compgen.c') diff --git a/src/compgen.c b/src/compgen.c index df04386..84cd323 100644 --- a/src/compgen.c +++ b/src/compgen.c @@ -15,7 +15,7 @@ static const char *default_state_dir = ".cache"; static const char *cache_basename = "tofi-compgen"; -[[nodiscard]] +[[nodiscard("memory leaked")]] static char *get_cache_path() { char *cache_name = NULL; const char *state_path = getenv("XDG_CACHE_HOME"); -- cgit v1.2.3