mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xtransutil.c: minor formatting fix
This commit is contained in:
@@ -98,7 +98,7 @@ from The Open Group.
|
||||
|
||||
int _XSERVTransConvertAddress(int *familyp, int *addrlenp, Xtransaddr **addrp)
|
||||
{
|
||||
prmsg(2,"ConvertAddress(%d,%d,%p)\n",*familyp,*addrlenp,*addrp);
|
||||
prmsg(2,"ConvertAddress(%d,%d,%p)\n",*familyp,*addrlenp,(void*)*addrp);
|
||||
|
||||
switch( *familyp )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user