瀏覽代碼

Add comments to preprocessor directives per GNU coding standards.

master
Svend Sorensen 18 年之前
父節點
當前提交
75d0e4cc11
共有 3 個檔案被更改,包括 6 行新增6 行删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存