src/commands.cpp

changeset 138
a426c1039655
parent 135
8b9132fea327
--- 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<CommandInfo*> 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
 //

mercurial