summaryrefslogtreecommitdiffstats
path: root/loc2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'loc2c.c')
-rw-r--r--loc2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c.c b/loc2c.c
index d7aa1273..f940fb0a 100644
--- a/loc2c.c
+++ b/loc2c.c
@@ -1385,7 +1385,7 @@ translate_base_store (struct obstack *pool, int indent, Dwarf_Word byte_size,
char piece[sizeof "u.pieces.p" + 20] = "u.pieces.p";
struct location *p;
for (p = store_loc->pieces; p != NULL; p = p->next)
- {
+ {
struct location *newp = obstack_alloc (pool, sizeof *newp);
*newp = *p;
newp->next = NULL;