Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 11510) +++ plug_footprint.c (revision 11511) @@ -345,10 +345,10 @@ */ static int fp_read_lib_all_(const char *searchpath) { - char *toppath, toppath_[PCB_PATH_MAX + 1]; /* String holding abs path to top level library dir */ - char *libpaths; /* String holding list of library paths to search */ - char *p; /* Helper string used in iteration */ - int n_footprints = 0; /* Running count of footprints found */ + char *toppath, toppath_[PCB_PATH_MAX + 1]; /* String holding abs path to top level library dir */ + char *libpaths; /* String holding list of library paths to search */ + char *p; /* Helper string used in iteration */ + int n_footprints = 0; /* Running count of footprints found */ int res; /* Additional loop to allow for multiple 'newlib' style library directories