Skip to content
Snippets Groups Projects
Commit 603a73ef authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8487: remove unneeded cast

parent 8115262d
No related branches found
No related tags found
No related merge requests found
......@@ -1523,7 +1523,7 @@ dbus_get_history_limit(void)
configurationManagerProxy, &days, &error);
check_error(error);
return (guint) days;
return days;
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment