Update of /cvsroot/libexif/gexif/libjpeg
In directory sc8-pr-cvs1:/tmp/cvs-serv24670/libjpeg
Modified Files:
jpeg-data.c
Log Message:
Drop EOL blanks and // comments
Index: jpeg-data.c
===================================================================
RCS file: /cvsroot/libexif/gexif/libjpeg/jpeg-data.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- jpeg-data.c 5 Sep 2003 14:37:40 -0000 1.8
+++ jpeg-data.c 17 Sep 2003 11:30:35 -0000 1.9
@@ -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
{
|