[PR #1398] fix 'const' qualifier in c\dec\bit_reader.c #2008

Open
opened 2026-01-29 20:56:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1398
Author: @KilianKegel
Created: 11/30/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 8ff8538 fix 'const' qualifier in c\dec\bit_reader.c

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 c/dec/bit_reader.c (+3 -3)

📄 Description

different 'const' qualifier in c\dec\bit_reader.c and qualifier in c\dec\bit_reader.h


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1398 **Author:** [@KilianKegel](https://github.com/KilianKegel) **Created:** 11/30/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8ff8538`](https://github.com/google/brotli/commit/8ff8538ed30241a08ef96b2e2dbf3ef733049e15) fix 'const' qualifier in c\dec\bit_reader.c ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `c/dec/bit_reader.c` (+3 -3) </details> ### 📄 Description different 'const' qualifier in c\dec\bit_reader.c and qualifier in c\dec\bit_reader.h --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#2008