configFiles(): don't return anything when declared as void.
This commit is contained in:
@@ -752,7 +752,7 @@ configFiles(XF86ConfFilesPtr fileconf)
|
||||
}
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
return;
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user