[monkey-bubble: 229/753] Two compile fixes.
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 229/753] Two compile fixes.
- Date: Wed, 14 Jul 2010 22:14:54 +0000 (UTC)
commit a6826fa305d68ad89a98ab7fde3dfc22f5482b57
Author: Fatih Demir <kabalak src gnome org>
Date: Sun Apr 29 17:26:37 2001 +0000
Two compile fixes.
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 3381397..1ae069e 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, argv, options, 0);
+ ctx = poptGetContext("gnome-info2html2", argc, (const char **)argv, options, 0);
while(poptGetNextOpt(ctx) >= 0)
/**/ ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]