OpenRGB
OpenRGB copied to clipboard
Fixed typo, corrected header files, etc
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