about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/jpeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-27 03:35:26 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-03-27 03:35:26 +0000
commit32a4f8301c58305b09af59164cf76fa3c7f14cf6 (patch)
tree1c9123e8b0f3d61a377b8aab22eab52615190d89 /converter/ppm/ppmtompeg/jpeg.c
parent2eae804b74e84addce536e9fd771fee07e24494c (diff)
downloadnetpbm-mirror-32a4f8301c58305b09af59164cf76fa3c7f14cf6.tar.gz
netpbm-mirror-32a4f8301c58305b09af59164cf76fa3c7f14cf6.tar.xz
netpbm-mirror-32a4f8301c58305b09af59164cf76fa3c7f14cf6.zip
Eliminate C++-style comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1159 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/jpeg.c')
-rw-r--r--converter/ppm/ppmtompeg/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/jpeg.c b/converter/ppm/ppmtompeg/jpeg.c
index a703cf39..2567666d 100644
--- a/converter/ppm/ppmtompeg/jpeg.c
+++ b/converter/ppm/ppmtompeg/jpeg.c
@@ -360,7 +360,7 @@ JMovie2JPEG(const char * const infilename,
  *
  *      allocate and initialize JPEG decompression object
  *      specify data source (eg, a file)
- *      jpeg_read_header();     // obtain image dimensions and other parameters
+ *      jpeg_read_header();      obtain image dimensions and other parameters
  *      set parameters for decompression
  *      jpeg_start_decompress();
  *      while (scan lines remain to be read)