README and other cosmetic updates

This commit is contained in:
Gregory Nutt
2014-01-04 08:38:05 -06:00
parent dedfdb982a
commit 84596e8473
2 changed files with 103 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
* Private Functions
****************************************************************************/
static inline char *getfilepath(const char *name)
static inline char *getfilepath(const char *name)
{
snprintf(line, PATH_MAX, "%s/" DEFCONFIG, name);
line[PATH_MAX] = '\0';