diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-09 00:22:04 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2008-03-09 00:22:04 +0100 |
commit | 8236955d750ebde9d90fcda18447b0ec5554379c (patch) | |
tree | 3e1a123acbc9b90503f6082d469c467b4d363ada /apps/unix | |
parent | 4550244068208eb04dcf868e59267a6b7494b837 (diff) | |
download | mupdf-8236955d750ebde9d90fcda18447b0ec5554379c.tar.xz |
Fixed initial line whitespace.
Diffstat (limited to 'apps/unix')
-rw-r--r-- | apps/unix/x11pdf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c index 537015f9..ae93a2fd 100644 --- a/apps/unix/x11pdf.c +++ b/apps/unix/x11pdf.c @@ -227,7 +227,7 @@ static void invertcopyrect() p = (unsigned *)(gapp.image->samples + (y * gapp.image->w + x0) * 4); for (x = x0; x < x1; x++) { - *p = ~0 - *p; + *p = ~0 - *p; p ++; } } @@ -530,7 +530,7 @@ int main(int argc, char **argv) tmo.tv_sec == 0 && tmo.tv_usec == 0) { // redraw page - winblit(&gapp); + winblit(&gapp); isshowingpage = 0; winresettmo(&tmo, &tmo_at); continue; |