aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/xc_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/lib/xc_misc.c')
-rw-r--r--tools/xc/lib/xc_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xc/lib/xc_misc.c b/tools/xc/lib/xc_misc.c
index 9f087d56fb..0019ffe96b 100644
--- a/tools/xc/lib/xc_misc.c
+++ b/tools/xc/lib/xc_misc.c
@@ -20,7 +20,7 @@ int xc_interface_close(int xc_handle)
}
-#define CONSOLE_RING_CLEAR 1
+#define CONSOLE_RING_CLEAR 1
int xc_readconsolering(int xc_handle,
char *str,
@@ -48,7 +48,7 @@ int xc_readconsolering(int xc_handle,
int xc_physinfo(int xc_handle,
- xc_physinfo_t *put_info)
+ xc_physinfo_t *put_info)
{
int ret;
dom0_op_t op;