Fix red dc83963962
Change-Id: I196268c6f6bc4f6e2d8f2cb7dcc3a12218c5d9d4
This commit is contained in:
parent
dc83963962
commit
15c4447b66
1 changed files with 1 additions and 1 deletions
|
@ -1663,7 +1663,6 @@ int core_load_bmp(const char * filename, struct bitmap *bm, const int bmformat,
|
|||
close(fd);
|
||||
return handle;
|
||||
}
|
||||
#endif /* ndef __PCTOOL__ */
|
||||
|
||||
/*
|
||||
* Normalized volume routines adapted from alsamixer volume_mapping.c
|
||||
|
@ -1766,3 +1765,4 @@ long from_normalized_volume(long norm, long min_vol, long max_vol, long max_norm
|
|||
|
||||
return vol >> NVOL_FRACBITS;
|
||||
}
|
||||
#endif /* ndef __PCTOOL__ */
|
||||
|
|
Loading…
Reference in a new issue