diff liboctave/oct-shlib.cc @ 7520:b166043585a8

use 0 instead of NULL
author John W. Eaton <jwe@octave.org>
date Fri, 22 Feb 2008 16:44:03 -0500
parents a1dbe9d80eee
children 14e05160b99f
line wrap: on
line diff
--- a/liboctave/oct-shlib.cc
+++ b/liboctave/oct-shlib.cc
@@ -464,7 +464,7 @@
 
       handle = LoadLibrary (file.c_str ());
 
-      if (handle != NULL)
+      if (handle)
 	stamp_time ();
       else
 	{