diff options
author | Laurent Napias <[email protected]> | 2019-06-29 12:06:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-30 17:55:06 +0200 |
commit | cf3fd47515e2950da24c0f6eb1be96a3b520fab4 (patch) | |
tree | ee67462cd5992c59a362c6c3be7083a08524f77c /share/shares.h | |
parent | 363093d7d32d5f60f66d2ca7f9193dd684c2ccd1 (diff) | |
download | caja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.bz2 caja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'share/shares.h')
-rw-r--r-- | share/shares.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/shares.h b/share/shares.h index beec95f..ea079da 100644 --- a/share/shares.h +++ b/share/shares.h @@ -36,7 +36,7 @@ gboolean shares_get_share_info_list (GSList **ret_info_list, GError **error); void shares_free_share_info_list (GSList *list); -gboolean shares_supports_guest_ok (gboolean *supports_guest_ok_ret, +gboolean shares_supports_guest_ok (gboolean *supports_guest_ok_ret, GError **error); void shares_set_debug (gboolean error_on_refresh, |