Fixes docgen.

This commit is contained in:
Dominik Picheta
2014-04-15 22:08:21 +01:00
parent 3670fe2385
commit 941cc937d3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import sockets
import sockets, os
var s: TSocket
s = socket()
if s == InvalidSocket: osError(osLastError())