1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-26 22:56:26 +00:00

Whitespace fix

This commit is contained in:
Dirk Engling 2024-04-07 00:06:54 +02:00
parent b7b84bdec4
commit 18554498c2

View File

@ -573,8 +573,8 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) {
g_logchain_first = g_logchain_last = log;
else {
g_logchain_last->next = log;
g_logchain_last = log;
}
g_logchain_last = log;
}
} else
free( log );
}