[gegl] ppm-load: bring comment in line with reality
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ppm-load: bring comment in line with reality
- Date: Mon, 5 Nov 2012 09:34:00 +0000 (UTC)
commit 6975a9cfeaf0698b42ac81b1c2f00d13c8755453
Author: Nils Philippsen <nils redhat com>
Date: Tue Oct 16 16:57:37 2012 +0200
ppm-load: bring comment in line with reality
operations/external/ppm-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ppm-load.c b/operations/external/ppm-load.c
index 465096d..e22521c 100644
--- a/operations/external/ppm-load.c
+++ b/operations/external/ppm-load.c
@@ -62,7 +62,7 @@ ppm_load_read_header(FILE *fp,
gchar header[MAX_CHARS_IN_ROW];
gint maxval;
- /* Check the PPM file Type P2 or P5 */
+ /* Check the PPM file Type P3 or P6 */
fgets (header,MAX_CHARS_IN_ROW,fp);
if (header[0] != ASCII_P ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]