configFiles(): don't return anything when declared as void.

This commit is contained in:
Peter Hutterer 2007-06-25 10:53:05 +09:30
parent bec4e47d12
commit 4c601b904e

View File

@ -752,7 +752,7 @@ configFiles(XF86ConfFilesPtr fileconf)
}
#endif
return TRUE;
return;
}
typedef enum {