projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Get rid of E_BAD_AUDIO_FILE_SUFFIX.
[paraslash.git]
/
afh_common.c
diff --git
a/afh_common.c
b/afh_common.c
index
e71fca1
..
3fa88f1
100644
(file)
--- a/
afh_common.c
+++ b/
afh_common.c
@@
-119,7
+119,7
@@
int guess_audio_format(const char *name)
return i;
}
}
- return -
E_BAD_AUDIO_FILE_SUFFIX
;
+ return -
1
;
}
/**