summaryrefslogtreecommitdiff
path: root/cydo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cydo.cpp')
-rw-r--r--cydo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cydo.cpp b/cydo.cpp
index 71009cd..39e69e4 100644
--- a/cydo.cpp
+++ b/cydo.cpp
@@ -76,7 +76,7 @@ void launch_data_dict_iterate(launch_data_t data, LaunchDataIterator code) {
}
int main(int argc, char *argv[]) {
- patch_setuidandplatformize();
+ patch_setuidandplatformize();
auto request(launch_data_new_string(LAUNCH_KEY_GETJOBS));
auto response(launch_msg(request));
launch_data_free(request);