From 5a8349a6786a7564e565ef1e7df8de71bd717b7d Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 18 Nov 2013 17:34:58 +0100 Subject: [PATCH] OCD cosmetics. --- selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector.c b/selector.c index afd5ce7..6695bb6 100644 --- a/selector.c +++ b/selector.c @@ -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; -- 2.20.1