Manually cleanup files that somehow survived the mass find/replace

This commit is contained in:
Michelle Bergeron
2016-02-13 13:47:52 -06:00
parent 35835898c3
commit 5ba0f82b35
12 changed files with 46 additions and 36 deletions

View File

@@ -122,7 +122,7 @@ void destroyControlStream(void) {
freeFrameInvalidationList(LbqDestroyLinkedBlockingQueue(&invalidReferenceFrameTuples));
}
int getNextFrameInvalidationTuple(PQUEUED_FRAME_INVALIDATION_TUPLE *qfit) {
int getNextFrameInvalidationTuple(PQUEUED_FRAME_INVALIDATION_TUPLE* qfit) {
int err = LbqPollQueueElement(&invalidReferenceFrameTuples, (void**)qfit);
return (err == LBQ_SUCCESS);
}