Skip to content

Commit

Permalink
Convert C++ style comments to C
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Feb 24, 2013
1 parent 12d952d commit 4d8cf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/lib/h5diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ hsize_t h5diff(const char *fname1,
char filenames[2][MAX_FILENAME];
hsize_t nfound = 0;
int i;
//int i1, i2;
/*int i1, i2;*/
int l_ret;
const char * obj1fullname = NULL;
const char * obj2fullname = NULL;
Expand Down
2 changes: 1 addition & 1 deletion tools/lib/h5tools_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int opt_err = 1; /*get_option prints errors if this is on */
int opt_ind = 1; /*token pointer */
const char *opt_arg; /*flag argument (or value) */
static int h5tools_d_status = 0;
//static const char *h5tools_progname = "h5tools";
/*static const char *h5tools_progname = "h5tools";*/
static char *h5tools_progname = "h5tools";

/* ``parallel_print'' variables */
Expand Down

0 comments on commit 4d8cf3b

Please sign in to comment.