diff options
author | monsta <[email protected]> | 2015-11-02 18:05:48 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-02 18:05:48 +0300 |
commit | 69416aaa4035985aa00696c61785032b87d74d3b (patch) | |
tree | 08206830aaf778a5831e4ba4e13d3f79f20276d9 /share/shares.c | |
parent | bd6880b98a47d91077e441eb0d0944965179a1a0 (diff) | |
download | caja-extensions-69416aaa4035985aa00696c61785032b87d74d3b.tar.bz2 caja-extensions-69416aaa4035985aa00696c61785032b87d74d3b.tar.xz |
removed some weird symbols that surely shouldn't be in the code
Diffstat (limited to 'share/shares.c')
-rw-r--r-- | share/shares.c | 2 |
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 */ |