Small format fix.

remotes/origin/master-1.0.x
Victor Julien 17 years ago
parent 8cda70668c
commit 835d609fc5

@ -215,10 +215,10 @@ void *TmThreadsSlot2(void *td) {
} }
} }
if (s2->Slot2Init != NULL) { if (s2->Slot2Init != NULL) {
r = s2->Slot2Init(tv, &s2->slot2_data); r = s2->Slot2Init(tv, &s2->slot2_data);
if (r != 0) { if (r != 0) {
pthread_exit((void *) -1); pthread_exit((void *) -1);
} }
} }
while(run) { while(run) {

Loading…
Cancel
Save