From a323ba537cba9e907d53f149c8e07bd2e56f18af Mon Sep 17 00:00:00 2001 From: Ramiro Estrugo Date: Sun, 29 Apr 2001 21:13:26 +0000 Subject: 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. --- src/info2html/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info2html/main.c b/src/info2html/main.c index 1ae069e1..c61bd7b6 100644 --- a/src/info2html/main.c +++ b/src/info2html/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) /**/ ; -- cgit v1.2.1