mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
Fix clang compile error
This commit is contained in:
@@ -96,7 +96,7 @@ static int guard = 0; /* test if any dialog is already open */
|
|||||||
#define MAX_CONF_FILE_LINE_SIZE (8 * 1024)
|
#define MAX_CONF_FILE_LINE_SIZE (8 * 1024)
|
||||||
|
|
||||||
struct tuser_data {
|
struct tuser_data {
|
||||||
const char * first_message;
|
char * first_message;
|
||||||
};
|
};
|
||||||
|
|
||||||
static int g_exit_flag = 0; /* Main loop should exit */
|
static int g_exit_flag = 0; /* Main loop should exit */
|
||||||
@@ -1720,7 +1720,7 @@ int main(int argc, char *argv[])
|
|||||||
printf("Exiting on signal %d, waiting for all threads to finish...",
|
printf("Exiting on signal %d, waiting for all threads to finish...",
|
||||||
g_exit_flag);
|
g_exit_flag);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
stop_civetweb(g_ctx);
|
stop_civetweb();
|
||||||
printf("%s", " done.\n");
|
printf("%s", " done.\n");
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
Reference in New Issue
Block a user