[PATCH:libXt] Add missing comma to fix DEBUG build.
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Jun 2 16:40:50 PDT 2013
On 06/ 2/13 12:48 PM, Thomas Klausner wrote:
> ---
> src/ResConfig.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ResConfig.c b/src/ResConfig.c
> index 161366a..152d9cf 100644
> --- a/src/ResConfig.c
> +++ b/src/ResConfig.c
> @@ -981,7 +981,7 @@ _XtResourceConfigurationEH (
> resource = XtNewString (data_ptr);
> value = XtNewString (data_value);
> #ifdef DEBUG
> - fprintf (stderr, "resource_len=%d\n"
> + fprintf (stderr, "resource_len=%d\n",
> resource_len);
> fprintf (stderr, "resource = %s\t value = %s\n",
> resource, value);
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
and pushed to git master:
To ssh://git.freedesktop.org/git/xorg/lib/libXt
e83d6d6..02fd80a master -> master
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list