changeset 318:f452ef00e193

Fixed a typo.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Apr 2003 00:41:06 +0000
parents 83edbd751da9
children aed5d742896d
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Thu Apr 03 00:29:46 2003 +0000
+++ b/win/dw.c	Thu Apr 03 00:41:06 2003 +0000
@@ -5844,7 +5844,7 @@
  *          handle: Handle to the tree containing the item.
  *          item: Handle of the item to be modified.
  */
-void * API dw_tree_set_data(HWND handle, HWND item)
+void * API dw_tree_get_data(HWND handle, HWND item)
 {
 	TVITEM tvi;
 	void **ptrs;