X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test%2Fparsecsv.h;h=ef20792e7001d9bf2b098d1607c3bbb195773f24;hb=e94708133a0cfefaa095fdbb6b321a2314f77b02;hp=6247ddb4495cfb9079bea4f63c885807578f7dbd;hpb=c7d8a4c93c59999481f91333ebdebde830575dbf;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/test/parsecsv.h b/test/parsecsv.h index 6247ddb4..ef20792e 100644 --- a/test/parsecsv.h +++ b/test/parsecsv.h @@ -1,7 +1,7 @@ /* $Id: parsecsv.h $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ /* @@ -33,4 +33,4 @@ void hb_close_csv_file( hb_csv_file_t *file ); /* Parse CSV Cells */ hb_csv_cell_t *hb_read_next_cell( hb_csv_file_t *file ); -void hb_dispose_cell( hb_csv_cell_t *cell ); \ No newline at end of file +void hb_dispose_cell( hb_csv_cell_t *cell );