talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 657acd4b1911aa13ad7606279bcc6ee81cdc7238
parent fcc32c9f4370cf74ba7059668a4c18c7865996ff
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Mon,  8 Oct 2018 10:33:26 +0200

Fix file-utils related compiler warnings in crash.c.

Diffstat:
Msrc/crash.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/crash.c b/src/crash.c @@ -48,7 +48,7 @@ #include "main.h" #include "claws.h" #include "crash.h" -#include "utils.h" +#include "file-utils.h" #include "filesel.h" #include "version.h" #include "prefs_common.h"