mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
HackStudio: Mark compilation-unit-only functions as static
This commit is contained in:
parent
1c60ea235e
commit
d063dc1e71
Notes:
sideshowbarker
2024-07-19 03:04:45 +09:00
Author: https://github.com/BenWiederhake
Commit: d063dc1e71
Pull-request: https://github.com/SerenityOS/serenity/pull/3326
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <LibCompress/Deflate.h>
|
||||
#include <LibCompress/Zlib.h>
|
||||
|
||||
bool compare(ReadonlyBytes lhs, ReadonlyBytes rhs)
|
||||
static bool compare(ReadonlyBytes lhs, ReadonlyBytes rhs)
|
||||
{
|
||||
if (lhs.size() != rhs.size())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue