1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00

Minor change

git-svn-id: svn://svn.cc65.org/cc65/trunk@829 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-07-29 09:30:29 +00:00
parent ac35484ec7
commit 07fcbb3208

View File

@ -695,7 +695,7 @@ static void DbgResetTmpBreaks (void)
static int DbgTmpBreaksOk (void)
static unsigned char DbgTmpBreaksOk (void)
/* Check if the temporary breakpoints can be set, if so, return 1, if not,
* reset them all and return 0.
*/