From: Arnaud L. <as...@us...> - 2003-09-17 11:30:29
|
Update of /cvsroot/libexif/exif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv24650/libjpeg Modified Files: jpeg-data.c Log Message: Drop EOL blanks and // comments Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- jpeg-data.c 5 Sep 2003 14:37:15 -0000 1.6 +++ jpeg-data.c 17 Sep 2003 11:30:26 -0000 1.7 @@ -7,10 +7,10 @@ * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the @@ -26,7 +26,7 @@ #include <unistd.h> #include <string.h> -//#define DEBUG +/* #define DEBUG */ struct _JPEGDataPrivate { |