Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
oops forgot semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjsingh07 committed Oct 13, 2023
1 parent 4d1dc30 commit 7c0854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ declare_syscall!(
_ => Err(SyscallError::InvalidAttribute.into()),
}
}
)
);

declare_syscallhash!(
// Generic Hashing Syscall
Expand Down

0 comments on commit 7c0854d

Please sign in to comment.