Skip to content

Commit c85571b

Browse files
Fixed unclosed quote in error pragma
1 parent 9df2b72 commit c85571b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/memory/_opaque_smart_ptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#pragma once
2828

2929
#ifndef __cplusplus
30-
#error "C++ is required to compile this file
30+
#error "C++ is required to compile this file"
3131
#endif
3232

3333
#include "syclinterface/dpctl_sycl_type_casters.hpp"

0 commit comments

Comments
 (0)