From: <svn...@op...> - 2009-03-18 17:41:19
|
Author: bellmich Date: Wed Mar 18 18:41:03 2009 New Revision: 1000 URL: http://libsyncml.opensync.org/changeset/1000 Log: fixed comment Modified: trunk/libsyncml/data_sync_api/data_sync_callbacks.c Modified: trunk/libsyncml/data_sync_api/data_sync_callbacks.c ============================================================================== --- trunk/libsyncml/data_sync_api/data_sync_callbacks.c Wed Mar 18 18:40:51 2009 (r999) +++ trunk/libsyncml/data_sync_api/data_sync_callbacks.c Wed Mar 18 18:41:03 2009 (r1000) @@ -456,9 +456,8 @@ /* If the device information was not sent together with the * alerts and it was not cached then the device information - * then the device information can be received together with - * the sync command(s). This can happen with OMA DS clients - * and servers. + * can be received together with the sync command(s). + * This can happen with OMA DS clients and servers. */ if (!smlDataSyncManageDevInf(datastore->dsObject, &error)) goto error; |