Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288833
b: refs/heads/master
c: 8bd6026
h: refs/heads/master
i:
  288831: 085c8b6
v: v3
  • Loading branch information
Jim Cromie authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent a4de0ed commit 613f1c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e703ddae383abb24b1c7f363cb0df7e78a44ea45
refs/heads/master: 8bd6026e88cb2eb1e60ee40c7a1a0786b2db6623
2 changes: 2 additions & 0 deletions trunk/lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ static int ddebug_tokenize(char *buf, char *words[], int maxwords)
buf = skip_spaces(buf);
if (!*buf)
break; /* oh, it was trailing whitespace */
if (*buf == '#')
break; /* token starts comment, skip rest of line */

/* find `end' of word, whitespace separated or quoted */
if (*buf == '"' || *buf == '\'') {
Expand Down

0 comments on commit 613f1c8

Please sign in to comment.