src/sn_stage.c: Add missing variable.
authorFlorian Forster <octo@leeloo.octo.it>
Fri, 17 Dec 2010 21:04:55 +0000 (22:04 +0100)
committerFlorian Forster <octo@leeloo.octo.it>
Fri, 17 Dec 2010 21:04:55 +0000 (22:04 +0100)
src/sn_stage.c

index 7319094..d89fc89 100644 (file)
@@ -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)