[monkey-bubble: 232/753] Remove the cast, its not needed and it breaks the build. You probably need



commit 25933607ea06b9dd0344ba61fa2670184e9555de
Author: Ramiro Estrugo <ramiro src gnome org>
Date:   Sun Apr 29 21:13:26 2001 +0000

    Remove the cast, its not needed and it breaks the build. You probably need
    
    	* components/help/converters/gnome-info2html2/main.c: (main):
    	Remove the cast, its not needed and it breaks the build.  You
    	probably need a newer popt if your build breaks without the cast.

 help-converters/info/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help-converters/info/main.c b/help-converters/info/main.c
index 1ae069e..c61bd7b 100644
--- a/help-converters/info/main.c
+++ b/help-converters/info/main.c
@@ -64,7 +64,7 @@ main(int argc, char **argv)
 	if (!be_quiet)
 		printf("info2html Version %s\n",INFO2HTML_VERSION);
 
-	ctx = poptGetContext("gnome-info2html2", argc, (const char **)argv, options, 0); 
+	ctx = poptGetContext("gnome-info2html2", argc, argv, options, 0); 
 
 	while(poptGetNextOpt(ctx) >= 0)
 	  /**/ ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]