Donate to
e Foundation
|
Murena
handsets with /e/OS | Own a part of Murena!
Learn more
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
android_frameworks_base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
e
os
android_frameworks_base
Commits
ef33cddc
Commit
ef33cddc
authored
15 years ago
by
Chia-chi Yeh
Browse files
Options
Downloads
Patches
Plain Diff
keystore: Fix a compile warning.
parent
ba3ba579
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmds/keystore/keystore_get.h
+1
-1
1 addition, 1 deletion
cmds/keystore/keystore_get.h
with
1 addition
and
1 deletion
cmds/keystore/keystore_get.h
+
1
−
1
View file @
ef33cddc
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment