Author: ambs
Date: Wed Aug 13 06:23:37 2008
New Revision: 30209
Modified:
trunk/src/debug.c
Log:
Fixed some tab-spaces issues
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c (original)
+++ trunk/src/debug.c Wed Aug 13 06:23:37 2008
@@ -395,9 +395,9 @@
interp->pdb = pdb;
debugger->pdb = pdb;
pdb->debugee = interp;
- pdb->debugger = debugger;
+ pdb->debugger = debugger;
- /* Allocate space for command line buffers, NUL terminated c strings */
+ /* Allocate space for command line buffers, NUL terminated c strings */
pdb->cur_command = (char *)mem_sys_allocate(DEBUG_CMD_BUFFER_LENGTH +
1);
pdb->last_command = (char *)mem_sys_allocate(DEBUG_CMD_BUFFER_LENGTH +
1);
}