From f4f59348603fffd2fd3249f272eeeaa72f819b9a Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 22 Jan 2009 16:05:29 -0200 Subject: Correct make distcheck and sparse warnings. --- xmessage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmessage.c') diff --git a/xmessage.c b/xmessage.c index a3e0152..6f31007 100644 --- a/xmessage.c +++ b/xmessage.c @@ -72,11 +72,11 @@ static XtResource resources[] = { { "nearMouse", "NearMouse", XtRBoolean, sizeof (Boolean), offset(nearmouse), XtRString, "false" }, { "timeout", "Timeout", XtRInt, sizeof (int), - offset(timeout_secs), XtRInt, 0 }, + offset(timeout_secs), XtRInt, NULL }, { "maxHeight", "Maximum", XtRDimension, sizeof (Dimension), - offset(maxHeight), XtRDimension, 0 }, + offset(maxHeight), XtRDimension, NULL }, { "maxWidth", "Maximum", XtRDimension, sizeof (Dimension), - offset(maxWidth), XtRDimension, 0 }, + offset(maxWidth), XtRDimension, NULL }, }; #undef offset -- cgit v1.2.3