diff loadtools/lthelp.c @ 789:464a531122ab

loadtools: some paths moved out of defpath.c
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Mar 2021 23:55:32 +0000
parents e7502631a0f9
children
line wrap: on
line diff
--- a/loadtools/lthelp.c	Sun Mar 14 00:07:25 2021 +0000
+++ b/loadtools/lthelp.c	Sun Mar 14 23:55:32 2021 +0000
@@ -8,7 +8,7 @@
 #include <strings.h>
 #include <stdlib.h>
 
-extern char loadtool_help_file[];
+char loadtool_help_file[] = "/opt/freecalypso/helpfiles/loadtool.help";
 
 loadtool_help(topic)
 	char *topic;