X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Fplog.c;h=2b6ffd11d4f90dfcaa663a38548b5bd767da5c66;hp=48c60097676959877df01d85d5f9719a61ee58f7;hb=bd7036af56a4b61b2b473dccbeac5e26f78b57da;hpb=48da1ac5531838d157762882ee455cec4da05728 diff --git a/src/lib/plog.c b/src/lib/plog.c index 48c6009..2b6ffd1 100644 --- a/src/lib/plog.c +++ b/src/lib/plog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -43,7 +43,7 @@ void log_open(const char *path) log_printf(LOG_ERR, _("Cannot open log file: %s"), path); } -void log_close() +void log_close(void) { if (!file) return;