Silenced compiler warning about C++ style comment

This commit is contained in:
Thomas Schmitt 2007-10-21 10:51:36 +00:00
parent 2b181fcb84
commit bc3ba8e076
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ isoburn_data_source_new(struct burn_drive *d)
return NULL;
data->d = d;
//TODO should be filled with the size of disc (or track?)
/* TODO should be filled with the size of disc (or track?) */
data->nblocks = 0;
ret = malloc(sizeof(struct data_source));

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.21.094818"
#define Xorriso_timestamP "2007.10.21.105228"