summaryrefslogtreecommitdiff
path: root/backend/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/utils.h')
-rw-r--r--backend/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/utils.h b/backend/utils.h
index 61d8e81..66df9a4 100644
--- a/backend/utils.h
+++ b/backend/utils.h
@@ -22,9 +22,9 @@ enum class Info
// Installed in the same version.
installed,
// A different version is installed.
- updating
+ updating,
// Available, but not installed.
- installing,
+ installing
};
CURLcode get_file (CURL **curl, char *source_url, char *dest);