diff -r 73d057b030d0 -r a426c1039655 src/commands.cpp --- a/src/commands.cpp Tue Jul 22 04:40:33 2014 +0300 +++ b/src/commands.cpp Tue Jul 22 12:57:46 2014 +0300 @@ -36,7 +36,7 @@ static List Commands; -// ============================================================================ +// _________________________________________________________________________________________________ // void addCommandDefinition (CommandInfo* comm) { @@ -53,7 +53,7 @@ Commands << comm; } -// ============================================================================ +// _________________________________________________________________________________________________ // Finds a command by name CommandInfo* findCommandByName (String fname) { @@ -66,7 +66,7 @@ return null; } -// ============================================================================ +// _________________________________________________________________________________________________ // // Returns the prototype of the command //