From ab959d7b4194715870128e616b8e29d4a101e488 Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:41 +0200 Subject: Imported Upstream version 1.1.1+rev1207 --- test/test_sections.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_sections.c') diff --git a/test/test_sections.c b/test/test_sections.c index d567db0..7f32cc8 100644 --- a/test/test_sections.c +++ b/test/test_sections.c @@ -178,7 +178,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "0x%.2x ", mask[filter_idx]); fprintf(stderr, "\n"); - + if ((dmxfd = open(dmxdev, O_RDWR)) < 0){ perror("open"); return 1; @@ -194,4 +194,3 @@ int main(int argc, char *argv[]) close(dmxfd); return 0; } - -- cgit v1.2.3