talons

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

commit 14d7dcfd5a42e38e2d0230e4ec7716350a27c970
parent d96814391e22c8c8f1c73c850cc71b3fb0a3a3e8
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"