Skip to content

Commit f3db8fc

Browse files
committed
No real changes
1 parent f5b18a3 commit f3db8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ double pk_decode_double (char *buffer, size_t *bseek) {
194194
return value;
195195
}
196196

197-
int pk_decode(char *buffer, size_t blen, int count, size_t *seek, int skip_decode_idx, int (*cb) (void *xdata, int index, int type, int64_t ival, double dval, char *pval), void *xdata) {
197+
int pk_decode (char *buffer, size_t blen, int count, size_t *seek, int skip_decode_idx, int (*cb) (void *xdata, int index, int type, int64_t ival, double dval, char *pval), void *xdata) {
198198
size_t bseek = (seek) ? *seek : 0;
199199
if (count == -1) count = pk_decode_u8(buffer, &bseek);
200200

0 commit comments

Comments
 (0)