Skip to content

Commit 063b499

Browse files
Hugh Delaneysteffenlarsen
andcommitted
Update sycl/source/detail/scheduler/commands.cpp
Co-authored-by: Steffen Larsen <[email protected]>
1 parent 13aed34 commit 063b499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/scheduler/commands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ struct EnqueueNativeCommandData {
327327
void InteropFreeFunc(pi_queue InteropQueue, void *InteropData) {
328328
auto *Data = reinterpret_cast<EnqueueNativeCommandData *>(InteropData);
329329
return Data->func(Data->ih);
330-
};
330+
}
331331
} // namespace
332332

333333
class DispatchHostTask {

0 commit comments

Comments
 (0)