forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf73bd5f
committed
Add missing const qualifier
This is present in the declaration for ReadDataFromArchive, so we'd betterhave it in the definition too in order to avoid compilers from complainingabout the mismatch of function signatures.1 parentcb2e7dd commitf73bd5f
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
|
0 commit comments
Comments
(0)