Skip to content

Commit 65292f5

Browse files
committed
Move declaration to remove a compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814779 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0b1033c commit 65292f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/htcacheclean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ int main(int argc, const char * const argv[])
765765
char opt;
766766
const char *arg;
767767
char *proxypath, *path;
768+
char errmsg[1024];
768769

769770
interrupted = 0;
770771
repeat = 0;
@@ -779,7 +780,6 @@ int main(int argc, const char * const argv[])
779780
intelligent = 0;
780781
previous = 0; /* avoid compiler warning */
781782
proxypath = NULL;
782-
char errmsg[1024];
783783

784784
if (apr_app_initialize(&argc, &argv, NULL) != APR_SUCCESS) {
785785
return 1;

0 commit comments

Comments
 (0)