Skip to content

Commit bd8dbab

Browse files
committed
^ raw_hdr.float_data comment
1 parent bcb3854 commit bd8dbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rawspec_rawutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct {
2424
char telescop[81];
2525
off_t hdr_pos; // Offset of start of header
2626
size_t hdr_size; // Size of header in bytes (not including DIRECTIO padding)
27-
int float_data; // flag integer (not float) data
27+
int float_data; // flag float (not integer) data
2828
} rawspec_raw_hdr_t;
2929

3030
// Multiple of 80 and 512

0 commit comments

Comments
 (0)