aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index ea507e5b..6c30c1e4 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -105,8 +105,8 @@ int main(int argc, char *argv[])
"together.\n");
exit(0);
}
-
rc = pcu_l1if_open();
+
if (rc < 0)
return rc;
@@ -124,4 +124,3 @@ int main(int argc, char *argv[])
return 0;
}
-