Browse Source

Add comments to preprocessor directives per GNU coding standards.

master
Svend Sorensen 18 years ago
parent
commit
75d0e4cc11
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      src/tools/cuebreakpoints.c
  2. +2
    -2
      src/tools/cueconvert.c
  3. +2
    -2
      src/tools/cueprint.c

+ 2
- 2
src/tools/cuebreakpoints.c View File

@@ -14,9 +14,9 @@

#if HAVE_CONFIG_H
#include "config.h"
#else
#else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cuebreakpoints"
#endif
#endif /* HAVE_CONFIG_H */

char *progname;



+ 2
- 2
src/tools/cueconvert.c View File

@@ -13,9 +13,9 @@

#if HAVE_CONFIG_H
#include "config.h"
#else
#else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cueconvert"
#endif
#endif /* HAVE_CONFIG_H */

char *progname;



+ 2
- 2
src/tools/cueprint.c View File

@@ -14,9 +14,9 @@

#if HAVE_CONFIG_H
#include "config.h"
#else
#else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cueprint"
#endif
#endif /* HAVE_CONFIG_H */

/* default templates */



Loading…
Cancel
Save