From: Arnaud L. <as...@us...> - 2003-09-17 11:31:10
|
Update of /cvsroot/libexif/libexif/libjpeg In directory sc8-pr-cvs1:/tmp/cvs-serv24778/libjpeg Modified Files: jpeg-data.c Log Message: Drop EOL blanks and // comments Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libjpeg/jpeg-data.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- jpeg-data.c 5 Sep 2003 14:36:44 -0000 1.11 +++ jpeg-data.c 17 Sep 2003 11:31:06 -0000 1.12 @@ -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 { |