From: Florian Forster Date: Fri, 17 Dec 2010 21:04:55 +0000 (+0100) Subject: src/sn_stage.c: Add missing variable. X-Git-Tag: v1.0.0~20 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c43a45975e025cb5005f46b4c930b0888806ed97;p=sort-networks.git src/sn_stage.c: Add missing variable. --- 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)