Skip to content

Commit 2fff53d

Browse files
clhinmetux
authored andcommitted
Xtransutil.c: minor formatting fix
1 parent ba33b36 commit 2fff53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Xtransutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ from The Open Group.
9898

9999
int _XSERVTransConvertAddress(int *familyp, int *addrlenp, Xtransaddr **addrp)
100100
{
101-
prmsg(2,"ConvertAddress(%d,%d,%p)\n",*familyp,*addrlenp,*addrp);
101+
prmsg(2,"ConvertAddress(%d,%d,%p)\n",*familyp,*addrlenp,(void*)*addrp);
102102

103103
switch( *familyp )
104104
{

0 commit comments

Comments
 (0)