OCD cosmetics.
[selector.git] / selector.c
index ad72cc2..6695bb6 100644 (file)
@@ -3,7 +3,7 @@
  *  selector is a simple command line utility for selection of strings
  *  with a dynamic pattern-matching.
  *
- *  Copyright (c) 2009, 2010, 2011, 2012 Francois Fleuret
+ *  Copyright (c) 2009-2013 Francois Fleuret
  *  Written by Francois Fleuret <francois@fleuret.org>
  *
  *  This file is part of selector.
@@ -339,7 +339,7 @@ int add_interval(int n, int *switches, int start, int end) {
   while(g < n && switches[g] <= end) { g++; }
 
   if(f == n) {
-    /* switches[n-1]   start  end  */
+    /* switches[f-1]   start  end  */
     /* XXXXXXXXXXXX|               */
     switches[f] = start;
     switches[f+1] = end;