From f7f3e433ffb6b13ef738737e3b61f657191fd93f Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 9 Sep 2011 22:00:25 +0000 Subject: [Author: dmaclach] Clean up clang issues in GTM. The one in GTMABAddressBook is a weird one, that I'll try and file a bug on. R=thomasvl DELTA=92 (53 added, 6 deleted, 33 changed) --- Foundation/GTMServiceManagement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMServiceManagement.c') diff --git a/Foundation/GTMServiceManagement.c b/Foundation/GTMServiceManagement.c index e7859d3..13bec32 100644 --- a/Foundation/GTMServiceManagement.c +++ b/Foundation/GTMServiceManagement.c @@ -596,7 +596,7 @@ exit: return local_error == NULL; } -CFDictionaryRef GTMSMJobCheckIn(CFErrorRef *error) { +CFDictionaryRef GTMSMCopyJobCheckInDictionary(CFErrorRef *error) { CFErrorRef local_error = NULL; CFDictionaryRef check_in_dict = NULL; launch_data_t msg = launch_data_new_string(LAUNCH_KEY_CHECKIN); -- cgit v1.2.3