summaryrefslogtreecommitdiff
path: root/lib/pathsrch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pathsrch.c')
-rw-r--r--lib/pathsrch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pathsrch.c b/lib/pathsrch.c
index f75b9cf..f8713e7 100644
--- a/lib/pathsrch.c
+++ b/lib/pathsrch.c
@@ -1,3 +1,4 @@
+/*
# pathsrch.c: look for files based on paths, i.e., colon-separated
# lists of directories.
#
@@ -16,10 +17,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# We should allow % specifiers in the paths for the resolution, mode
# name, etc.
+*/
#include "config.h"