Warning cleanup: destroy_actions() returns no value; use return type void

This commit is contained in:
Hallvard Furuseth 2006-04-02 19:55:05 +00:00
parent da0c0360e4
commit f67fecc7fb

View file

@ -99,7 +99,7 @@ destroy_action(
return 0;
}
static int
static void
destroy_actions(
struct rewrite_action *paction
)