Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24466
b: refs/heads/master
c: b9e20a9
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Mar 28, 2006
1 parent a15f63a commit 68a4040
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: 7b7a317cf863559b49b548a8b97b2f4bdf1e149e
refs/heads/master: b9e20a920092eb3840424f85c78852c0433df00d
2 changes: 1 addition & 1 deletion trunk/kernel/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define DEBUGP(fmt, a...)
#endif

static inline int dash2underscore(char c)
static inline char dash2underscore(char c)
{
if (c == '-')
return '_';
Expand Down

0 comments on commit 68a4040

Please sign in to comment.