aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/util.c')
-rw-r--r--src/cmd/acid/util.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
index 29db6d8b..e44cb5e2 100644
--- a/src/cmd/acid/util.c
+++ b/src/cmd/acid/util.c
@@ -40,7 +40,7 @@ unique(char *buf, Symbol *s)
if(l == 0)
l = enter(buf, Tid);
s->aux = l;
- return l;
+ return l;
}
void
@@ -122,22 +122,22 @@ addvarsym(Fhdr *fp)
tl->store.u.l = list;
list->store.u.string = strnode(buf);
list->store.fmt = 's';
-
+
list->next = al(TINT);
list = list->next;
list->store.fmt = 'c';
list->store.u.ival = s.type;
-
+
list->next = al(TINT);
list = list->next;
list->store.fmt = 'X';
list->store.u.ival = v;
-
+
list->next = al(TSTRING);
list = list->next;
list->store.fmt = 's';
list->store.u.string = file;
-
+
list->next = al(TSTRING);
list = list->next;
list->store.fmt = 's';