This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 1d0f397f9e02ed467b7ef4ea89f87fa4a36086cd
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Fri Oct 27 11:21:36 2023 +0100
formatting
---
src/efm/efm_util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index e979968..0f2d435 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -1674,8 +1674,8 @@ _icon_detail_add(Icon *icon, Smart_Data *sd, Evas *e,
}
else if (!strcmp(format, "slider"))
{ // format: "min/max/val" or "min/max/val/val2"
- char **plist;
- unsigned long long min, max, val, val2;
+ char **plist;
+ unsigned long long min, max, val, val2;
plist = eina_str_split(detail, "/", 4);
if (plist[0] && plist[1] && plist[2])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.