OpenRGB icon indicating copy to clipboard operation
OpenRGB copied to clipboard

Fixed typo, corrected header files, etc

Open NoakPalander opened this issue 3 years ago • 0 comments

Fixed a typo in a string, "occured -> occurred". Changed non-standard C++ headers (stdlib.h, stdio.h) to their proper C++ equivalent. Removed a dead semicolon and altered printf call to std::printf calls. Changed an assignment from NULL to nullptr

NoakPalander avatar Jun 13 '21 19:06 NoakPalander