add missing return nil in SwiftSerialIM example
This commit is contained in:
@@ -95,6 +95,7 @@ do {
|
|||||||
observer in
|
observer in
|
||||||
|
|
||||||
backgroundRead()
|
backgroundRead()
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_create(&readingThread, nil, pthreadFunc, nil)
|
pthread_create(&readingThread, nil, pthreadFunc, nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user