forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit44ed3af
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 parentc71f275 commit44ed3af
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)