Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92211
b: refs/heads/master
c: ad5fada
h: refs/heads/master
i:
  92209: 757a493
  92207: 7ebeb85
v: v3
  • Loading branch information
Pavel Machek authored and Takashi Iwai committed Apr 24, 2008
1 parent 0c5b487 commit 51007f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a8bb1bad9b16ab91de6568ac9356b8f705f7272b
refs/heads/master: ad5fada51d33b408ad3d2d0848ef6744b5daf06f
4 changes: 2 additions & 2 deletions trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ int snd_minor_info_done(void);
int snd_minor_info_oss_init(void);
int snd_minor_info_oss_done(void);
#else
#define snd_minor_info_oss_init() /*NOP*/
#define snd_minor_info_oss_done() /*NOP*/
static inline int snd_minor_info_oss_init(void) { return 0; }
static inline int snd_minor_info_oss_done(void) { return 0; }
#endif

/* memory.c */
Expand Down

0 comments on commit 51007f7

Please sign in to comment.