From 7296b7a6f4368e8cad39169340770c78166b95cd Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 28 Feb 2011 16:34:21 +0100 Subject: Add buffer allocation --- test/test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 4a39ab2..0649c64 100644 --- a/test/test.c +++ b/test/test.c @@ -35,9 +35,7 @@ int main(int argc, char *argv[]) uint8_t uint8_value; const char *unit_map[] = { - "px", "bits", - "ns", "µs", "ms", "s", - "rows", "" + "px", "bits", "ns", "µs", "ms", "s", "rows", "" }; while (cam != NULL) { -- cgit v1.2.3