diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2011-03-17 19:01:17 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2011-03-17 19:01:17 +0100 |
commit | 08120de3bdf768ed6d1a935ce05b64f9ddecadc0 (patch) | |
tree | bff58f236ff267fe21c377f488f11ea08544c0c9 /programs/gvfs-set-attribute.c | |
parent | cdc5849ea5067573a278c7d5f1a21c14c5b0686a (diff) | |
download | gvfs-08120de3bdf768ed6d1a935ce05b64f9ddecadc0.tar.gz |
Cleanups and fixes for compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=641856
Diffstat (limited to 'programs/gvfs-set-attribute.c')
-rw-r--r-- | programs/gvfs-set-attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-set-attribute.c b/programs/gvfs-set-attribute.c index be3713fc..931841ec 100644 --- a/programs/gvfs-set-attribute.c +++ b/programs/gvfs-set-attribute.c @@ -199,7 +199,7 @@ main (int argc, char *argv[]) attribute, type, value, - 0, 0, &error)) + 0, NULL, &error)) { g_printerr (_("Error setting attribute: %s\n"), error->message); g_error_free (error); |