--- sourceforge.net/trunk/rdesktop/rdpdr.c 2004/04/15 20:11:19 650 +++ sourceforge.net/trunk/rdesktop/rdpdr.c 2004/04/15 20:12:42 651 @@ -34,7 +34,7 @@ /* Table with information about rdpdr devices */ RDPDR_DEVICE g_rdpdr_device[RDPDR_MAX_DEVICES]; -char * g_rdpdr_clientname = NULL; +char *g_rdpdr_clientname = NULL; /* Used to store incoming io request, until they are ready to be completed */ /* using a linked list ensures that they are processed in the right order, */ @@ -167,8 +167,9 @@ STREAM s; uint32 hostlen; - if (NULL == g_rdpdr_clientname) { - g_rdpdr_clientname = hostname; + if (NULL == g_rdpdr_clientname) + { + g_rdpdr_clientname = hostname; } hostlen = (strlen(g_rdpdr_clientname) + 1) * 2;