aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_sections.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sections.c')
-rw-r--r--test/test_sections.c3
1 files changed, 1 insertions, 2 deletions
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;
}
-