Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Robinson <[email protected]>
  • Loading branch information
jkoritzinsky and AaronRobinsonMSFT authored Jan 18, 2024
1 parent bd26a5a commit 6c51c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dnmd/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ mdhandle_t md_create_new_pdb_handle()

return pcxt;
}
#endif
#endif // DNMD_PORTABLE_PDB

bool md_apply_delta(mdhandle_t handle, void const* data, size_t data_len)
{
Expand Down
2 changes: 1 addition & 1 deletion src/inc/dnmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mdhandle_t md_create_new_handle();
// The image will always be in the v1.1 metadata format
// and use the "PDB v1.0" version string.
mdhandle_t md_create_new_pdb_handle();
#endif
#endif // DNMD_PORTABLE_PDB

// Apply delta data to the current metadata.
bool md_apply_delta(mdhandle_t handle, void const* data, size_t data_len);
Expand Down

0 comments on commit 6c51c17

Please sign in to comment.