Changeset 3545
- Timestamp:
- 08/17/08 15:57:42 (4 months ago)
- Files:
-
- 1 modified
-
trunk/opensync/helper/opensync_hashtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opensync/helper/opensync_hashtable.c
r3325 r3545 363 363 osync_bool osync_hashtable_save(OSyncHashTable *table, OSyncError **error) 364 364 { 365 osync_trace(TRACE_ENTRY, "%s(%p, % s, %p)", __func__, table, error);365 osync_trace(TRACE_ENTRY, "%s(%p, %p)", __func__, table, error); 366 366 367 367 osync_bool ret;
