diff options
Diffstat (limited to 'dev/zka/src/URL.cxx')
| -rw-r--r-- | dev/zka/src/URL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/src/URL.cxx b/dev/zka/src/URL.cxx index e10310f5..9748ba32 100644 --- a/dev/zka/src/URL.cxx +++ b/dev/zka/src/URL.cxx @@ -29,7 +29,7 @@ namespace Kernel }; constexpr const int kUrlOutSz = 1; //! such as: :// - constexpr const int kProtosCount = 5; + constexpr const int kProtosCount = 5; //! Number of protocols registered as of right now. constexpr const int kRangeSz = 4096; ErrorOr<StringView> url_extract_location(const Char* url) |
