diff options
Diffstat (limited to 'qga/commands-posix.c')
-rw-r--r-- | qga/commands-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 34ddba0..8e6272c 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -643,7 +643,7 @@ typedef enum { FSFREEZE_HOOK_FREEZE, } FsfreezeHookArg; -const char *fsfreeze_hook_arg_string[] = { +static const char *fsfreeze_hook_arg_string[] = { "thaw", "freeze", }; |