blob: bc0141cf916810c5fdc8a6c4b8df62331f8e79c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aw,v 1.1 2005/10/20 17:48:49 wiz Exp $
--- gdb/mi/mi-getopt.c.orig 2003-04-02 15:10:35.000000000 -0700
+++ gdb/mi/mi-getopt.c
@@ -82,7 +82,7 @@ mi_valid_noargs (const char *prefix, int
char *optarg;
static struct mi_opt opts[] =
{
- 0
+ {0}
};
if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
|