small tweaks

This commit is contained in:
Philippe G
2020-09-06 17:06:52 -07:00
parent a73c659a1e
commit 708a3f9c4a
3 changed files with 4 additions and 4 deletions

View File

@@ -400,7 +400,7 @@ const char *display_conf_get_driver_name(char * driver){
/****************************************************************************************
*
*/
char * display_get_supported_drivers(){
char * display_get_supported_drivers(void){
int total_size = 1;
char * supported_drivers=NULL;
const char * separator = "|";