From 0322e9a238bd831a61c00552620dfde1d758422f Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Mon, 6 Dec 1999 02:10:31 +0100 Subject: [PATCH] Fixed some syntax errors (< and > should be < and >, respectively) Rev: src/post_modules/GTK/source/gtkclist.pre:1.3 Rev: src/post_modules/GTK/source/gtkprogress.pre:1.2 --- src/post_modules/GTK/source/gtkclist.pre | 2 +- src/post_modules/GTK/source/gtkprogress.pre | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/post_modules/GTK/source/gtkclist.pre b/src/post_modules/GTK/source/gtkclist.pre index 176ef682ad..9fdc375253 100644 --- a/src/post_modules/GTK/source/gtkclist.pre +++ b/src/post_modules/GTK/source/gtkclist.pre @@ -139,7 +139,7 @@ NAME_ARGS(column,width); COMPLEX_FUNCTION(set_column_max_width, int, int); NAME_ARGS(column,width); -// if width < 0 , there is no restriction +// if width 6lt; 0 , there is no restriction SIMPLE_INT_FUNCTION(set_row_height); NAME_ARGS(pixels); diff --git a/src/post_modules/GTK/source/gtkprogress.pre b/src/post_modules/GTK/source/gtkprogress.pre index fbc0ce4bd1..3646c279e5 100644 --- a/src/post_modules/GTK/source/gtkprogress.pre +++ b/src/post_modules/GTK/source/gtkprogress.pre @@ -15,7 +15,7 @@ NAME_ARGS(format); // // More or less like sprintf.<p> // %[field width][character]<p> -// 0<=width<=2<p> +// 0<=width>=2<p> // Supported characters: // <dl><dt><dd><pre> // %: Insert a %<br> -- GitLab