Skip to content

Commit 39d2077

Browse files
committed
fix typo: uint -> cl_uint
1 parent 7316957 commit 39d2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/17_concurrentdispatch/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ int main(int argc, char** argv)
197197

198198
for( size_t i = 0; i < gws + 1; i++ )
199199
{
200-
uint check = (i == gws) ? gws : gws + 1;
200+
cl_uint check = (i == gws) ? gws : gws + 1;
201201
if( pDst[i] != check )
202202
{
203203
if( mismatches < 16 )

0 commit comments

Comments
 (0)