On 01/28/2014 08:41 PM, Cristian Rodríguez wrote:
> Otherwise the compiler emits a warning and the return vale is
> in theory undefined.
> ---
>  skipcpio/skipcpio.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/skipcpio/skipcpio.c b/skipcpio/skipcpio.c
> index fbf391b..c912061 100644
> --- a/skipcpio/skipcpio.c
> +++ b/skipcpio/skipcpio.c
> @@ -120,4 +120,6 @@ int main(int argc, char **argv)
>                          break;
>          }
>          fclose(f);
> +
> +        return EXIT_SUCCESS;
>  }
> 

Thanks! pushed.
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to