[ros-diffs] [hbirr] 12696: - Fixed the return values in some unimolemented functions.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Sat Jan 1 12:51:17 CET 2005


- Fixed the return values in some unimolemented functions.
Modified: trunk/reactos/ntoskrnl/ex/synch.c
  _____  

Modified: trunk/reactos/ntoskrnl/ex/synch.c
--- trunk/reactos/ntoskrnl/ex/synch.c	2005-01-01 11:49:57 UTC (rev
12695)
+++ trunk/reactos/ntoskrnl/ex/synch.c	2005-01-01 11:51:16 UTC (rev
12696)
@@ -41,7 +41,7 @@

 	)
 {
 	UNIMPLEMENTED;
-	return FALSE;
+	return NULL;
 }
 
 /*
@@ -54,7 +54,7 @@
 	)
 {
 	UNIMPLEMENTED;
-	return FALSE;
+	return NULL;
 }
 
 /*
@@ -67,6 +67,7 @@
 	)
 {
 	UNIMPLEMENTED;
+	return NULL;
 }
 
 /* EOF */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050101/f17ce309/attachment.html


More information about the Ros-diffs mailing list