Small indent fix.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@113 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2002-09-11 07:54:21 +00:00
parent 6927e1563c
commit 79ecb2eaf3

View File

@ -245,7 +245,7 @@ main(int argc, char *argv[])
width = (width + 3) & ~3;
}
if (!strlen(title))
if (!strlen(title))
{
strcpy(title, "rdesktop - ");
strncat(title, server, sizeof(title) - sizeof("rdesktop - "));