From f67fecc7fbe58074dca8f2105586d784a5115117 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 2 Apr 2006 19:55:05 +0000 Subject: [PATCH] Warning cleanup: destroy_actions() returns no value; use return type void --- libraries/librewrite/rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/librewrite/rule.c b/libraries/librewrite/rule.c index 4964ef0a6c..f834bca78b 100644 --- a/libraries/librewrite/rule.c +++ b/libraries/librewrite/rule.c @@ -99,7 +99,7 @@ destroy_action( return 0; } -static int +static void destroy_actions( struct rewrite_action *paction ) -- 2.39.5