summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-11-02 18:05:48 +0300
committermonsta <[email protected]>2015-11-02 18:05:48 +0300
commit69416aaa4035985aa00696c61785032b87d74d3b (patch)
tree08206830aaf778a5831e4ba4e13d3f79f20276d9
parentbd6880b98a47d91077e441eb0d0944965179a1a0 (diff)
downloadcaja-extensions-69416aaa4035985aa00696c61785032b87d74d3b.tar.bz2
caja-extensions-69416aaa4035985aa00696c61785032b87d74d3b.tar.xz
removed some weird symbols that surely shouldn't be in the code
-rw-r--r--share/shares.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/shares.c b/share/shares.c
index c922a3d..6a239ff 100644
--- a/share/shares.c
+++ b/share/shares.c
@@ -215,7 +215,6 @@ net_usershare_run (int argc, char **argv, GKeyFile **ret_key_file, GError **erro
return retval;
}
-
/* Internals */
@@ -754,7 +753,6 @@ modify_share (const char *old_path, ShareInfo *info, GError **error)
return add_share (info, error);
}
-
/* Public API */