diff options
Diffstat (limited to 'hw/xen/xen_devconfig.c')
-rw-r--r-- | hw/xen/xen_devconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/xen_devconfig.c b/hw/xen/xen_devconfig.c index aebc19bd71..3500d88a3e 100644 --- a/hw/xen/xen_devconfig.c +++ b/hw/xen/xen_devconfig.c @@ -6,7 +6,7 @@ /* ------------------------------------------------------------- */ static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, - char *fe, char *be, int len) + char *fe, char *be, int len) { char *dom; |