diff options
author | rbuj <[email protected]> | 2021-10-27 17:38:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:50:08 +0100 |
commit | aa40c23a25687eb1914c7c36a7269f62de1c4040 (patch) | |
tree | 8e4b6b8311e99534ebc05b9e85ec7ceda9ba61be /sendto/plugins/emailclient/emailclient.c | |
parent | 5531df05481859b8efd9c952795759ef2c0dcad9 (diff) | |
download | caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.bz2 caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.xz |
Use a blank line at most
Diffstat (limited to 'sendto/plugins/emailclient/emailclient.c')
-rw-r--r-- | sendto/plugins/emailclient/emailclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sendto/plugins/emailclient/emailclient.c b/sendto/plugins/emailclient/emailclient.c index dee9e07..e325289 100644 --- a/sendto/plugins/emailclient/emailclient.c +++ b/sendto/plugins/emailclient/emailclient.c @@ -60,7 +60,6 @@ get_evo_cmd (void) NULL}; guint i; - for (i = 0; cmds[i] != NULL; i++) { tmp = g_find_program_in_path (cmds[i]); if (tmp != NULL) |