Typo.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 2 Oct 2008 19:46:55 +0000 (21:46 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 2 Oct 2008 19:46:55 +0000 (21:46 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
postlicyd/tst-filters.c

index 4dcbaa8..9b83fad 100644 (file)
@@ -63,7 +63,7 @@ static char *read_query(const char *basepath, const char *filename,
             *end = buff + (map.end - map.map);
             **end = '\0';
         } else {
-          buff[map.end - map.map] = '\0';
+            buff[map.end - map.map] = '\0';
         }
         file_map_close(&map);
     }