summaryrefslogtreecommitdiff
path: root/host/include/crossystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/crossystem.h')
-rw-r--r--host/include/crossystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/crossystem.h b/host/include/crossystem.h
index 25b9cc0b..42b1b040 100644
--- a/host/include/crossystem.h
+++ b/host/include/crossystem.h
@@ -30,7 +30,7 @@ int VbGetSystemPropertyInt(const char* name);
*
* Returns the passed buffer, or NULL if error. */
const char* VbGetSystemPropertyString(const char* name, char* dest,
- size_t size);
+ size_t size);
/* Sets a system property integer.
*