trawick 2004/06/23 05:52:49
Modified: include apr_thread_proc.h
Log:
fix a dangling comma
(jorton mentioned "dangling slash" when I posted to the list;
I never saw what was dangling until after committing :) )
Revision Changes Path
1.112 +1 -1 apr/include/apr_thread_proc.h
Index: apr_thread_proc.h
===================================================================
RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- apr_thread_proc.h 23 Jun 2004 12:20:44 -0000 1.111
+++ apr_thread_proc.h 23 Jun 2004 12:52:49 -0000 1.112
@@ -46,7 +46,7 @@
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;