summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-10-01 23:24:08 +0000
committerrafa_99 <rafa99@protonmail.com>2020-10-01 23:24:08 +0000
commit0fa1a010d4152c74601da21223818d8131a0921a (patch)
tree947c27b5e8ba5193a085eccfbbc43d7591728e01
parent4b2beb34772a2045929db3fe046a32a468b6eb43 (diff)
Fixed Switch Statement
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 1b0312d..e396909 100644
--- a/utils.c
+++ b/utils.c
@@ -56,6 +56,7 @@ int detectOsType()
{
exists = i;
}
+ break;
default:
puts("Unrecognized Package Manager" );