aboutsummaryrefslogtreecommitdiff
path: root/rega.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2023-03-22 11:43:42 +0100
committerQuentin Carbonneaux <[email protected]>2023-03-22 11:43:46 +0100
commit5fee3da6ac3b4995f0d9a6cef3a5e916208cca59 (patch)
tree84befbce5a3a2422792aa32db54e474f9e724aae /rega.c
parenteb9fcece9e622712a60ad306ae83f4ac4a2a3571 (diff)
rename blknew() to newblk()
This is consistent with newtmp() and newcon().
Diffstat (limited to 'rega.c')
-rw-r--r--rega.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rega.c b/rega.c
index 7af7fae..8e601c9 100644
--- a/rega.c
+++ b/rega.c
@@ -665,7 +665,7 @@ rega(Fn *fn)
pmgen();
if (curi == &insb[NIns])
continue;
- b1 = blknew();
+ b1 = newblk();
b1->loop = (b->loop+s->loop) / 2;
b1->link = blist;
blist = b1;