[gnome-software/wip/iainl/ubuntu-xenial] Fix compile errors
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial] Fix compile errors
- Date: Tue, 12 Apr 2016 13:58:49 +0000 (UTC)
commit 0926f3dfe91ecb4e7eb7c8eb13660cfb28409a2f
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 c064fbe..feaf08d 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]