summaryrefslogtreecommitdiff
path: root/mate-panel/panel-reset.c
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2012-11-12 08:54:33 -0600
committerScott Balneaves <[email protected]>2012-11-12 08:54:33 -0600
commitb94aaf81d04f87cfcfde76b68876fbc0d27a8deb (patch)
treea508028c3e29b1fd74d50fb7226625a128cb7500 /mate-panel/panel-reset.c
parentcc9615065c128be5924a12df50abfda0c6b74a3a (diff)
downloadmate-panel-b94aaf81d04f87cfcfde76b68876fbc0d27a8deb.tar.bz2
mate-panel-b94aaf81d04f87cfcfde76b68876fbc0d27a8deb.tar.xz
Code audit: fix compile warnings, uninitialized pointer problems
Diffstat (limited to 'mate-panel/panel-reset.c')
-rw-r--r--mate-panel/panel-reset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-panel/panel-reset.c b/mate-panel/panel-reset.c
index 22532da4..cf496f1a 100644
--- a/mate-panel/panel-reset.c
+++ b/mate-panel/panel-reset.c
@@ -32,7 +32,8 @@
#include "panel-schemas.h"
#include <libpanel-util/panel-dconf.h>
-void panel_reset()
+void
+panel_reset()
{
panel_dconf_recursive_reset (PANEL_GENERAL_PATH, NULL);
panel_dconf_recursive_reset (PANEL_TOPLEVEL_PATH, NULL);