Index: /issm/trunk/src/c/objects/Hook.cpp
===================================================================
--- /issm/trunk/src/c/objects/Hook.cpp	(revision 3386)
+++ /issm/trunk/src/c/objects/Hook.cpp	(revision 3387)
@@ -268,5 +268,5 @@
 
 	/*check NULL: */
-	if (this->objects=NULL)ISSMERROR("hook is not pointing to any object, objects pointer is NULL");
+	if (this->objects==NULL) ISSMERROR("hook is not pointing to any object, objects pointer is NULL");
 
 	return *objects;
