chiark
/
gitweb
/
~bjharris
/
bedstead-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba2118
)
Remove "inline" from getpix().
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 8 Jul 2017 00:02:41 +0000
(
01:02
+0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 8 Jul 2017 00:02:41 +0000
(
01:02
+0100)
It doesn't make any difference to the speed on my system anyway.
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 5231513673e609635dc3e6f4453ec874ac69f1ac..e168d4b1f075429f7db99d93d8101818b0a4b68a 100644
(file)
--- a/
bedstead.c
+++ b/
bedstead.c
@@
-1213,7
+1213,7
@@
struct glyph {
static void dolookups(struct glyph const *);
-static in
line in
t
+static int
getpix(char const data[YSIZE], int x, int y, unsigned flags)
{