From dff44948f09eda7495c7a4848d39cc912cdc9dd9 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 8 Oct 2013 02:09:47 +0000 Subject: [PATCH] Fix JSDOC ordering. --- src/sbbs3/js_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/js_internal.c b/src/sbbs3/js_internal.c index 3d2627f0fe..4d47f97f5a 100644 --- a/src/sbbs3/js_internal.c +++ b/src/sbbs3/js_internal.c @@ -220,8 +220,8 @@ static char* prop_desc[] = { "mods/somefile.js<br>" "exec/somefile.js<br>" ,"full path and filename of JS file executed" - ,"directory of executed JS file" ,"JS filename executed (with no path)" + ,"directory of executed JS file" ,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started" ,NULL }; -- GitLab