summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 6f9df76..dfe9f00 100644
--- a/scope.c
+++ b/scope.c
@@ -489,7 +489,7 @@ CMDBreak (
*minorname = ':'; /* restore string for error message */
return CMDSyntax;
}
- bp = (BP *) malloc (sizeof (BP));
+ bp = malloc (sizeof (BP));
bp->number = ++breakPointNumber;
bp->request = request;
bp->minorop = minorop;