Skip to content

Commit 791cb7c

Browse files
authored
Update fitsio/fitsio_pywrap.c
1 parent ba1b56b commit 791cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fitsio/fitsio_pywrap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@ PyFITSObject_read_header(struct PyFITSObject* self, PyObject* args) {
44534453
has_quote = 1;
44544454
break;
44554455
} else if (card[j] != ' ') {
4456-
break;
4456+
break;
44574457
}
44584458
}
44594459
if (has_equals && has_quote) {

0 commit comments

Comments
 (0)