Skip to content

Commit

Permalink
Fix pedantic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Feb 25, 2016
1 parent f0835ba commit e9188c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mat73.c
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ Mat_VarReadNextInfoIterate(hid_t fid, const char *name, const H5L_info_t *info,
H5O_info_t object_info;
struct mat_read_next_iter_data *mat_data;

//* FIXME: follow symlinks, datatypes? */
/* FIXME: follow symlinks, datatypes? */

/* Check that this is not the /#refs# group */
if ( 0 == strcmp(name, "#refs#") )
Expand Down

0 comments on commit e9188c9

Please sign in to comment.