projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcrypt: Fix return value of pad_oaep().
[paraslash.git]
/
wma_common.c
diff --git
a/wma_common.c
b/wma_common.c
index
781db5f
..
137d288
100644
(file)
--- a/
wma_common.c
+++ b/
wma_common.c
@@
-142,7
+142,7
@@
const uint8_t log2_tab[256] = {
*
* \return An integer approximation of log2(v).
*/
-int wma_log2(unsigned int v)
+
__a_const
int wma_log2(unsigned int v)
{
int n = 0;
if (v & 0xffff0000) {