aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-12-01 23:51:54 -0500
committerAdam Harrison <adamdharrison@gmail.com>2024-12-01 23:51:54 -0500
commit62833afeeaf0901f47b04c85f419375e2b886df7 (patch)
treebd49da3e7240e8e96768e8b85fde84bcf9f844e6
parente6eb3bc53dfd3c912d3e6c0f75b17d2e057228ed (diff)
downloadlite-xl-plugin-manager-62833afeeaf0901f47b04c85f419375e2b886df7.tar.gz
lite-xl-plugin-manager-62833afeeaf0901f47b04c85f419375e2b886df7.zip
Added in break to default statement.
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index 7ebaa04..831e128 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -1642,7 +1642,7 @@ static int lpm_extract(lua_State* L) {
}
}
}
- default:
+ default: break;
}
finish:
if (context->file) {