Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
2e012d5
)
shorter names
author
Aaron Marcher <
[email protected]
>
Sat, 17 Sep 2016 15:06:06 +0000
(17:06 +0200)
committer
Aaron Marcher (drkhsh) <
[email protected]
>
Sat, 17 Sep 2016 15:06:06 +0000
(17:06 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
379be53
..
babcb89
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-33,7
+33,7
@@
struct arg {
char *(*func)();
- const char *f
orma
t;
+ const char *f
m
t;
const char *args;
};
@@
-647,7
+647,7
@@
main(int argc, char *argv[])
} else {
res = argument.func(argument.args);
}
- element = smprintf(argument.f
orma
t, res);
+ element = smprintf(argument.f
m
t, res);
if (element == NULL) {
element = smprintf(UNKNOWN_STR);
warnx("Failed to format output");