cosmetic cleanup

This commit is contained in:
Nils O. Selåsdal
2014-02-04 01:45:02 +01:00
parent dfe219b649
commit eeed97e938
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ const char *uc_vs_search(unsigned int val, const struct UCValStr *array);
* @return the string associated with @val or NULL
*/
const char *uc_vs_bsearch(unsigned int val,
const struct UCValStr *array,
size_t array_len);
const struct UCValStr *array,
size_t array_len);
#endif