X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fpio.c;h=ef0c90134c038c4864d029780ce6e6334531fcd6;hp=bea067daae91baec4654f78adacaf56611d88f4c;hb=475b3f68b5fea9bd1d488c0ae88c95579494365c;hpb=1d49e538f6cad83e32d307e9a46bbaaec0cc0ab1 diff --git a/src/lib/pio.c b/src/lib/pio.c index bea067d..ef0c901 100644 --- a/src/lib/pio.c +++ b/src/lib/pio.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 @@ -30,7 +30,8 @@ #include /* Directory separator is \ when cross-compiling for MS Windows - systems */ + * systems + */ #if defined(__MINGW32__) #define DIRSEP ('\\') #else