Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/mono/mono/metadata/appdomain.c
Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
  • Loading branch information
fanyang-mono and CoffeeFlux authored Mar 22, 2021
commit 45831817ed9dd3e2d5dffdc12f4936929012456a
3 changes: 1 addition & 2 deletions src/mono/mono/metadata/appdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,7 @@ mono_runtime_install_appctx_properties (void)
static const char *
runtimeconfig_json_get_buffer (MonovmRuntimeConfigArguments *arg, MonoFileMap **file_map, gpointer *buf_handle)
{
if (arg != NULL)
{
if (arg != NULL) {
switch (arg->kind) {
case 0: {
char *buffer = NULL;
Expand Down