Преглед изворни кода

Added short comments.

master
Svend Sorensen пре 18 година
родитељ
комит
01eb4f7a16
3 измењених фајлова са 6 додато и 0 уклоњено
  1. +2
    -0
      src/tools/cuebreakpoints.c
  2. +2
    -0
      src/tools/cueconvert.c
  3. +2
    -0
      src/tools/cueprint.c

+ 2
- 0
src/tools/cuebreakpoints.c Прегледај датотеку

@@ -28,6 +28,7 @@ char *progname;
*/
enum GapMode {APPEND, PREPEND, SPLIT};

/* Print usage information and exit */
void usage (int status)
{
if (0 == status) {
@@ -48,6 +49,7 @@ void usage (int status)
exit (status);
}

/* Print version information and exit */
void version ()
{
printf("%s\n", PACKAGE_STRING);


+ 2
- 0
src/tools/cueconvert.c Прегледај датотеку

@@ -19,6 +19,7 @@

char *progname;

/* Print usage information and exit */
void usage (int status)
{
if (0 == status) {
@@ -37,6 +38,7 @@ void usage (int status)
exit (status);
}

/* Print version information and exit */
void version ()
{
printf("%s\n", PACKAGE_STRING);


+ 2
- 0
src/tools/cueprint.c Прегледај датотеку

@@ -61,6 +61,7 @@ typedef union {

char *progname;

/* Print usage information and exit */
void usage (int status)
{
if (0 == status) {
@@ -86,6 +87,7 @@ void usage (int status)
exit (status);
}

/* Print version information and exit */
void version ()
{
printf("%s\n", PACKAGE_STRING);


Loading…
Откажи
Сачувај