Skip to content

Commit

Permalink
Remove pub from data
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Dec 11, 2024
1 parent 860e7ef commit c0742ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ pub struct ResourceData<'a> {
/// The image resource directory containing metadata about the resources.
pub image_resource_directory: ImageResourceDirectory,
/// The raw data of the resources.
pub data: &'a [u8],
data: &'a [u8],
/// Version information if present
pub version_info: Option<VersionInfo<'a>>,
/// Manifest data if present
Expand Down

0 comments on commit c0742ec

Please sign in to comment.