Skip to content

Commit

Permalink
Merge branch 'bugfix-2g'
Browse files Browse the repository at this point in the history
  • Loading branch information
leobago committed Jan 11, 2017
2 parents cea853a + 92dc980 commit 46c807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fti.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ typedef struct FTIT_type { /** FTI type declarator. */
typedef struct FTIT_dataset { /** Dataset metadata. */
int id; /** ID to search/update dataset. */
void *ptr; /** Pointer to the dataset. */
int count; /** Number of elements in dataset. */
long count; /** Number of elements in dataset. */
FTIT_type type; /** Data type for the dataset. */
int eleSize; /** Element size for the dataset. */
long size; /** Total size of the dataset. */
Expand Down

0 comments on commit 46c807e

Please sign in to comment.