summaryrefslogtreecommitdiff
path: root/src/uml/uml_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/uml_conf.c')
-rw-r--r--src/uml/uml_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uml/uml_conf.c b/src/uml/uml_conf.c
index 1d91ce8d38..036181cc5d 100644
--- a/src/uml/uml_conf.c
+++ b/src/uml/uml_conf.c
@@ -65,7 +65,7 @@ virCapsPtr umlCapsInit(void) {
virCapsGuestPtr guest;
/* Really, this never fails - look at the man-page. */
- uname (&utsname);
+ uname(&utsname);
if ((caps = virCapabilitiesNew(utsname.machine,
0, 0)) == NULL)