Standardize multiline comment blocks.

This commit is contained in:
Svend Sorensen
2006-02-23 22:45:55 +00:00
parent 156b19d0a9
commit e2326e5db6
2 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
char *progname;
/* pregap correction modes
/*
* pregap correction modes
* APPEND - append pregap to previous track (except for first track)
* PREPEND - prefix pregap to current track
* SPLIT - print breakpoints for beginning and end of pregap
@@ -80,7 +81,8 @@ void print_breaks (Cd *cd, int gaps)
for (i = 1; i <= cd_get_ntrack(cd); i++) {
track = cd_get_track(cd, i);
/* when breakpoint is at:
/*
* when breakpoint is at:
* index 0: gap is prepended to track
* index 1: gap is appended to previous track
*/