mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
missing newline in --cflags
This commit is contained in:
+1
-1
@@ -4059,7 +4059,7 @@ void uwsgi_opt_flock_wait(char *opt, char *filename, void *none) {
|
||||
// report CFLAGS used for compiling the server
|
||||
// use that values to build external plugins
|
||||
void uwsgi_opt_cflags(char *opt, char *filename, void *foobar) {
|
||||
fprintf(stdout, "%s", uwsgi_get_cflags());
|
||||
fprintf(stdout, "%s\n", uwsgi_get_cflags());
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user