diff options
author | dawes <dawes> | 1996-12-23 07:09:11 +0000 |
---|---|---|
committer | dawes <dawes> | 1996-12-23 07:09:11 +0000 |
commit | d3b4839ad279f6168e05c2a530d055f9da341350 (patch) | |
tree | d0d466e62f707cd2edfd8f0ec70cc56f524dd126 /programs/xkbutils | |
parent | 49a9f213115df25468afb0c43f273a3395f8ec72 (diff) |
R6.3 integration
Diffstat (limited to 'programs/xkbutils')
-rw-r--r-- | programs/xkbutils/utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/xkbutils/utils.c b/programs/xkbutils/utils.c index b5569c6a2..eac7ff4d4 100644 --- a/programs/xkbutils/utils.c +++ b/programs/xkbutils/utils.c @@ -1,7 +1,7 @@ /*\ - * $XConsortium: utils.c /main/1 1995/11/30 19:20:24 kaleb $ - * $XFree86$ + * $XConsortium: utils.c /main/2 1996/12/04 10:24:08 lehors $ + * $XFree86: xc/programs/xkbutils/utils.c,v 3.0 1996/01/10 05:43:51 dawes Exp $ * * COPYRIGHT 1990 * DIGITAL EQUIPMENT CORPORATION @@ -155,7 +155,7 @@ int i; for (i=0;i<uEntryLevel;i++) { putc(' ',entryFile); } - fprintf(entryFile,"---> 0x%x\n",rtVal); + fprintf(entryFile,"---> 0x%p\n",rtVal); return; } |