X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fext_hook.c;fp=sbr%2Fext_hook.c;h=8986c03953011823b5a60f5046955005ea4b5259;hp=5ff9394971d6545ade422dcf6b92a965b0eef623;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/sbr/ext_hook.c b/sbr/ext_hook.c index 5ff9394..8986c03 100644 --- a/sbr/ext_hook.c +++ b/sbr/ext_hook.c @@ -3,8 +3,8 @@ * name of the hook to use, the second is the full path name of a mail message. * The third argument is also the full path name of a mail message, or a NULL * pointer if it isn't needed. Look in the context for an error message if - * something goes wrong; there is a built-in message in case one isn't specified. - * Only produce the error message once. + * something goes wrong; there is a built-in message in case one isn't + * specified. Only produce the error message once. */ #include @@ -53,8 +53,6 @@ ext_hook(char *hook_name, char *message_file_name_1, char *message_file_name_2) } return (NOTOK); - } - - else + } else return (OK); }