Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28526
b: refs/heads/master
c: d20cad6
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 4ad1ae6 commit b2dbb31
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: f26eb78fcfb5b76fbe6d3e740b6fedda611f8395
refs/heads/master: d20cad602fc3d92902dc3b4ed252359ab05eae0f
2 changes: 1 addition & 1 deletion trunk/sound/synth/emux/soundfont.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data,
break;
case SNDRV_SFNT_REMOVE_INFO:
/* patch must be opened */
if (sflist->currsf) {
if (!sflist->currsf) {
snd_printk("soundfont: remove_info: patch not opened\n");
rc = -EINVAL;
} else {
Expand Down

0 comments on commit b2dbb31

Please sign in to comment.