Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lowell committed May 1, 2019
1 parent 072c1ae commit 84fcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocl/handleocl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Handle::Handle() : impl(new HandleImpl())
clGetDeviceInfo(device, CL_DEVICE_NAME, sizeof(deviceName), deviceName, nullptr);
std::string parsedName(deviceName);
ParseDevName(parsedName);
printf("Device Name: %s\n", parsedName);
printf("Device Name: %s\n", parsedName.c_str());
#endif

/////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 84fcb51

Please sign in to comment.