[PATCH libX11 2/2] Fix an indentation issue
Peter Hutterer
peter.hutterer at who-t.net
Sun May 17 15:54:44 PDT 2015
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
modules/im/ximcp/imLcPrs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/im/ximcp/imLcPrs.c b/modules/im/ximcp/imLcPrs.c
index 4979975..60215c7 100644
--- a/modules/im/ximcp/imLcPrs.c
+++ b/modules/im/ximcp/imLcPrs.c
@@ -501,7 +501,7 @@ parseline(
if ((filename = TransFileName(im, tokenbuf)) == NULL)
goto error;
infp = _XFopenFile(filename, "r");
- Xfree(filename);
+ Xfree(filename);
if (infp == NULL)
goto error;
parsestringfile(infp, im, depth);
--
2.3.5
More information about the xorg-devel
mailing list