Changeset 3544
- Timestamp:
- 08/17/08 15:46:01 (4 months ago)
- Files:
-
- 1 modified
-
plugins/syncml/src/syncml_common.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/syncml/src/syncml_common.c
r3519 r3544 329 329 void sync_done(void *data, OSyncPluginInfo *info, OSyncContext *ctx) 330 330 { 331 report_success_on_context(&ctx);331 osync_context_report_success(ctx); 332 332 } 333 333
