Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157909
b: refs/heads/master
c: cf0baf1
h: refs/heads/master
i:
  157907: c0154fc
v: v3
  • Loading branch information
Takashi Iwai committed Aug 28, 2009
1 parent 48e463d commit 3d965a2
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: 36ce99c1dcab2978fc1900f19b431adedd8f99f6
refs/heads/master: cf0baf16c3a3b3dd67ea3df346479032ab10e988
2 changes: 1 addition & 1 deletion trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void __snd_printk(unsigned int level, const char *file, int line,
__attribute__ ((format (printf, 4, 5)));
#else
#define __snd_printk(level, file, line, format, args...) \
prinkt(format, ##args)
printk(format, ##args)
#endif

/**
Expand Down

0 comments on commit 3d965a2

Please sign in to comment.