Missed to add 't' to getopt() arguments in previous commit r1689.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1690 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Henrik Andersson 2013-01-21 13:33:41 +00:00
parent be93803129
commit 6715013377

View File

@ -514,7 +514,7 @@ main(int argc, char *argv[])
#endif
while ((c = getopt(argc, argv,
VNCOPT "Au:L:d:s:c:p:n:k:g:fbBeEimzCDKS:T:NX:a:x:Pr:045h?")) != -1)
VNCOPT "Au:L:d:s:c:p:n:k:g:fbBeEitmzCDKS:T:NX:a:x:Pr:045h?")) != -1)
{
switch (c)
{