diff options
-rw-r--r-- | src/inspect_icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspect_icon.c b/src/inspect_icon.c index ee74bf61..5c3628ab 100644 --- a/src/inspect_icon.c +++ b/src/inspect_icon.c @@ -139,7 +139,7 @@ guestfs__inspect_get_icon (guestfs_h *g, const char *root, size_t *size_r, break; case OS_DISTRO_OPENSUSE: - r = icon_opensuse(g, fs, &size); + r = icon_opensuse (g, fs, &size); break; /* These are just to keep gcc warnings happy. */ |