projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8dd7b
)
Adjusted symbols output format
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 14 Dec 2023 04:54:29 +0000
(
05:54
+0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 14 Dec 2023 04:54:29 +0000
(
05:54
+0100)
src/ulas.c
patch
|
blob
|
history
diff --git
a/src/ulas.c
b/src/ulas.c
index de1bf05d09904309115fb6deae1a4e81b4032f69..18bb0db309e167dada640e60081df2c1c03eed67 100644
(file)
--- a/
src/ulas.c
+++ b/
src/ulas.c
@@
-319,7
+319,7
@@
int ulas_symbolout(FILE *dst, struct ulas_sym *s) {
}
int rc = 0;
- fprintf(dst, "%s
\t\t\t
= ", s->name);
+ fprintf(dst, "%s
= ", s->name);
switch (s->tok.type) {
case ULAS_INT:
fprintf(dst, "0x%x", ulas_valint(&s->tok, &rc));