summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2004-06-23 12:52:49 +0000
committerJeff Trawick <trawick@apache.org>2004-06-23 12:52:49 +0000
commitb0b6cfe82bdab08e5188b568f4aca45ceb00b531 (patch)
treef5b5676052f1a62cd198acbcb1a5f87f398c3773 /include/apr_thread_proc.h
parent7f38ac64549d4ff6a9d83710dd710cb03f5e4036 (diff)
downloadapr-b0b6cfe82bdab08e5188b568f4aca45ceb00b531.tar.gz
fix a dangling comma
(jorton mentioned "dangling slash" when I posted to the list; I never saw what was dangling until after committing :) ) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_proc.h')
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index 68ced433b..db591699f 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -46,7 +46,7 @@ typedef enum {
APR_PROGRAM, /**< invoke the program directly, no copied env */
APR_PROGRAM_ENV, /**< invoke the program, replicating our environment */
APR_PROGRAM_PATH, /**< find program on PATH, use our environment */
- APR_SHELLCMD_ENV, /**< use the shell to invoke the program,
+ APR_SHELLCMD_ENV /**< use the shell to invoke the program,
* replicating our environment
*/
} apr_cmdtype_e;