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/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/history.c') diff --git a/src/history.c b/src/history.c index 94d3f75..4438b5d 100644 --- a/src/history.c +++ b/src/history.c @@ -14,7 +14,7 @@ static const char *default_state_dir = ".local/state"; static const char *histfile_basename = "tofi-history"; -[[nodiscard]] +[[nodiscard("memory leaked")]] static struct history history_create(void); static char *get_histfile_path() { -- cgit v1.2.3