summaryrefslogtreecommitdiff
path: root/src/dkp-wup.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-12-03 16:15:04 +0000
committerRichard Hughes <richard@hughsie.com>2008-12-03 16:15:04 +0000
commitca9e8b20b104f833c6e56a60d2ceb6e9ecd262af (patch)
tree4b65fbf2bdaa4d0ee6bb31fdc59e7d269bfc6a0d /src/dkp-wup.c
parent4487efd08d20d72fa7a79254725862f074dca905 (diff)
trivial: fix rpmbuild by checking result of write
Diffstat (limited to 'src/dkp-wup.c')
-rw-r--r--src/dkp-wup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dkp-wup.c b/src/dkp-wup.c
index c9587cf..9d959de 100644
--- a/src/dkp-wup.c
+++ b/src/dkp-wup.c
@@ -139,7 +139,7 @@ static gboolean
dkp_wup_write_command (DkpWup *wup, const gchar *data)
{
guint ret = TRUE;
- int retval;
+ gint retval;
gint length;
length = strlen (data);