From c43a45975e025cb5005f46b4c930b0888806ed97 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 17 Dec 2010 22:04:55 +0100 Subject: [PATCH] src/sn_stage.c: Add missing variable. --- src/sn_stage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sn_stage.c b/src/sn_stage.c index 7319094..d89fc89 100644 --- a/src/sn_stage.c +++ b/src/sn_stage.c @@ -152,6 +152,7 @@ int sn_stage_comparator_remove (sn_stage_t *s, int c_num) sn_stage_t *sn_stage_clone (const sn_stage_t *s) { sn_stage_t *s_copy; + int i; s_copy = sn_stage_create (s->depth); if (s_copy == NULL) -- 2.11.0