summaryrefslogtreecommitdiff
path: root/bearoffdump.c
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2016-07-02 13:38:40 -0700
committerRuss Allbery <rra@debian.org>2016-07-02 13:38:40 -0700
commita92a560637b87da633f44af0049f55e419a0dd05 (patch)
treece8d2ad89e6769d97e8662f95867823eea9b6e84 /bearoffdump.c
parent6fd8c2586f4de4f7f8f70dfc19f0ef51f44ea4c7 (diff)
Imported Upstream version 1.05.002
Diffstat (limited to 'bearoffdump.c')
-rw-r--r--bearoffdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bearoffdump.c b/bearoffdump.c
index 8079fc8..6e330b0 100644
--- a/bearoffdump.c
+++ b/bearoffdump.c
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: bearoffdump.c,v 1.22 2015/02/08 15:09:09 plm Exp $
+ * $Id: bearoffdump.c,v 1.23 2015/10/14 21:39:17 plm Exp $
*/
#include "config.h"
@@ -51,7 +51,7 @@ main(int argc, char **argv)
"index", NULL},
{"posid", 'p', 0, G_OPTION_ARG_STRING, &szPosID,
"Position ID", NULL},
- {NULL, 0, 0, 0, NULL, NULL, NULL}
+ {NULL, 0, 0, (GOptionArg) 0, NULL, NULL, NULL}
};
GError *error = NULL;
GOptionContext *context;