fix use of undeclared identifier

This commit is contained in:
Stephen Birarda 2013-02-13 15:29:47 -08:00
parent 815783732c
commit 4fc9dd6323

View file

@ -273,7 +273,7 @@ int main(int argc, const char * argv[])
}
}
pthread_join(bufferSendThread, NULL);
pthread_join(sendBufferThread, NULL);
return 0;
}