diff options
Diffstat (limited to 'example/simple_allocator_op/example.cpp')
| -rw-r--r-- | example/simple_allocator_op/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple_allocator_op/example.cpp b/example/simple_allocator_op/example.cpp index f09f60f..b621a02 100644 --- a/example/simple_allocator_op/example.cpp +++ b/example/simple_allocator_op/example.cpp @@ -13,7 +13,7 @@ int main() auto foo = int_alloc.construct_array<1>(); *foo = 67; - ocl::io::print(*foo); + ocl::io::print(*foo); return EXIT_SUCCESS; } |
