--- trunk/mdtools/interface_implementation/Globals.cpp 2002/09/25 22:51:14 118 +++ trunk/mdtools/interface_implementation/Globals.cpp 2002/10/11 15:09:09 134 @@ -812,4 +812,4 @@ void Globals::addHash( char* text, int token ){ key = hash( text ); the_element->setNext( command_table[key] ); command_table[key] = the_element; -}; +}