Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131521
b: refs/heads/master
c: c8cbec6
h: refs/heads/master
i:
  131519: 00dbe20
v: v3
  • Loading branch information
Roel Kluin authored and Jens Axboe committed Feb 18, 2009
1 parent f1d7e5a commit 2fa2ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a60e78e57a17d55bbd5a96da16fe9649d364b987
refs/heads/master: c8cbec6bdf6329279fd14696020f6b59d1d3124d
2 changes: 1 addition & 1 deletion trunk/drivers/block/paride/pg.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static void xs(char *buf, char *targ, int len)

for (k = 0; k < len; k++) {
char c = *buf++;
if (c != ' ' || c != l)
if (c != ' ' && c != l)
l = *targ++ = c;
}
if (l == ' ')
Expand Down

0 comments on commit 2fa2ed9

Please sign in to comment.