Correct errno typo.
[doldaconnect.git] / lib / uilib.c
index 4d440de..596bae5 100644 (file)
@@ -935,7 +935,7 @@ static int getsrvrr(char *name, char **host, int *port)
 #else
 static int getsrvrr(char *name, char **host, int *port)
 {
-    errno = EOPNOTSUP;
+    errno = EOPNOTSUPP;
     return(-1);
 }
 #endif