[gnome-software/wip/temp/ubuntu-xenial-rebased: 208/326] Fix compile errors



commit 2583dc80e26b72d2e67babb25e0e218d5974e4a0
Author: William Hua <william hua canonical com>
Date:   Tue Apr 12 09:58:26 2016 -0400

    Fix compile errors

 src/plugins/gs-plugin-apt.cc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.cc b/src/plugins/gs-plugin-apt.cc
index cf54343..7f92462 100644
--- a/src/plugins/gs-plugin-apt.cc
+++ b/src/plugins/gs-plugin-apt.cc
@@ -270,12 +270,12 @@ get_changelog (GsPlugin *plugin, GsApp *app)
 {
        guint i;
        guint status_code;
-       g_autofree gchar *binary_source = NULL,
-       g_autofree gchar *changelog_prefix = NULL,
-       g_autofree gchar *current_version = NULL,
-       g_autofree gchar *source_prefix = NULL,
+       g_autofree gchar *binary_source = NULL;
+       g_autofree gchar *changelog_prefix = NULL;
+       g_autofree gchar *current_version = NULL;
+       g_autofree gchar *source_prefix = NULL;
        g_autofree gchar *update_version = NULL;
-       g_autofree gchar *uri = NULL,
+       g_autofree gchar *uri = NULL;
        g_auto(GStrv) lines = NULL;
        g_autoptr(GString) details = NULL;
        g_autoptr(SoupMessage) msg = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]