Skip to content

Commit 79cd7b0

Browse files
authored
[SYCL] Fix syntax error introduced in #3401 (#3861)
Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
1 parent e8caf6c commit 79cd7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class __SYCL_EXPORT queue {
276276
/// Synchronous errors will be reported through SYCL exceptions.
277277
/// @param CodeLoc is the code location of the submit call (default argument)
278278
void wait(_CODELOCONLYPARAM(&CodeLoc)) {
279-
_CODELOCARG(&CodeLoc)
279+
_CODELOCARG(&CodeLoc);
280280

281281
wait_proxy(CodeLoc);
282282
}

0 commit comments

Comments
 (0)