[dconf/wip/0-25-1: 8/10] DConfChangeset: add missing 'static' on function
- From: Allison Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf/wip/0-25-1: 8/10] DConfChangeset: add missing 'static' on function
- Date: Wed, 16 Dec 2015 16:05:48 +0000 (UTC)
commit 4a3a645c83c94b27a0773cbc32f7c7d1f5078a80
Author: Allison Ryan Lortie <desrt desrt ca>
Date: Wed Dec 16 10:39:30 2015 -0500
DConfChangeset: add missing 'static' on function
common/dconf-changeset.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common/dconf-changeset.c b/common/dconf-changeset.c
index eb370d6..35b02be 100644
--- a/common/dconf-changeset.c
+++ b/common/dconf-changeset.c
@@ -181,7 +181,7 @@ dconf_changeset_ref (DConfChangeset *changeset)
return changeset;
}
-void
+static void
dconf_changeset_record_dir_reset (DConfChangeset *changeset,
const gchar *dir)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]