Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Snippets Groups Projects
Commit ef33cddc authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

keystore: Fix a compile warning.

parent ba3ba579
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* is returned. Otherwise it returns the value in dynamically allocated memory * is returned. Otherwise it returns the value in dynamically allocated memory
* and sets the size if the pointer is not NULL. One can release the memory by * and sets the size if the pointer is not NULL. One can release the memory by
* calling free(). */ * calling free(). */
static char *keystore_get(char *key, int *size) static char *keystore_get(const char *key, int *size)
{ {
char buffer[MAX_KEY_VALUE_LENGTH]; char buffer[MAX_KEY_VALUE_LENGTH];
char *value; char *value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment