diff options
| author | Cole Robinson | 2014-03-22 00:42:22 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-04-25 15:19:58 +0200 |
| commit | d876f60d14d491c27719bafeaed21669e15348a3 (patch) | |
| tree | 876dd44410ec3c993c839e600b8e98f8d2c34442 /util | |
| parent | vnc: Remove default_mon usage (diff) | |
| download | qemu-d876f60d14d491c27719bafeaed21669e15348a3.tar.gz qemu-d876f60d14d491c27719bafeaed21669e15348a3.tar.xz qemu-d876f60d14d491c27719bafeaed21669e15348a3.zip | |
error: Privatize error_print_loc
Cc: Luiz Capitulino <lcapitulino@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'util')
| -rw-r--r-- | util/qemu-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qemu-error.c b/util/qemu-error.c index fec02c6075..80df49a874 100644 --- a/util/qemu-error.c +++ b/util/qemu-error.c @@ -165,7 +165,7 @@ const char *error_get_progname(void) /* * Print current location to current monitor if we have one, else to stderr. */ -void error_print_loc(void) +static void error_print_loc(void) { const char *sep = ""; int i; |
