Browse Source

* fixed typo in gdbversion

peter 26 years ago
parent
commit
9612edd5c6
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/fake/gdb/gdbint.pas

+ 5 - 2
ide/fake/gdb/gdbint.pas

@@ -166,7 +166,7 @@ end;
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                
 function  GDBVersion : string;
 function  GDBVersion : string;
 begin
 begin
-  Version:='Fake GDB';
+  GDBVersion:='Fake GDB';
 end;
 end;
 
 
 {*****************************************************************************
 {*****************************************************************************
@@ -266,7 +266,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  1999-07-12 13:08:20  pierre
+  Revision 1.3  1999-07-13 11:25:57  peter
+    * fixed typo in gdbversion
+
+  Revision 1.2  1999/07/12 13:08:20  pierre
     + added GDBVersion function
     + added GDBVersion function
     * tries to intercept quit command from GDB Window
     * tries to intercept quit command from GDB Window
     + AllowQuit method
     + AllowQuit method