[pacman-dev] [PATCH 1/4] fix comment style // -> /* */
Gerardo Exequiel Pozzi
vmlinuz386 at yahoo.com.ar
Thu Jan 3 16:48:50 EST 2013
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
src/pacman/check.c | 2 +-
src/util/cleanupdelta.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pacman/check.c b/src/pacman/check.c
index a657f95..92ce05c 100644
--- a/src/pacman/check.c
+++ b/src/pacman/check.c
@@ -310,7 +310,7 @@ int check_pkg_full(alpm_pkg_t *pkg)
if(type == AE_IFREG) {
/* TODO: these are expected to be changed with backup files */
file_errors += check_file_size(pkgname, filepath, &st, entry);
- //file_errors += check_file_md5sum(pkgname, filepath, &st, entry);
+ /* file_errors += check_file_md5sum(pkgname, filepath, &st, entry); */
}
if(config->quiet && file_errors) {
diff --git a/src/util/cleanupdelta.c b/src/util/cleanupdelta.c
index 2f7720b..eecb1ae 100644
--- a/src/util/cleanupdelta.c
+++ b/src/util/cleanupdelta.c
@@ -42,7 +42,7 @@ static void output_cb(alpm_loglevel_t level, const char *fmt, va_list args)
switch(level) {
case ALPM_LOG_ERROR: printf("error: "); break;
case ALPM_LOG_WARNING: printf("warning: "); break;
- //case ALPM_LOG_DEBUG: printf("debug: "); break;
+ /* case ALPM_LOG_DEBUG: printf("debug: "); break; */
default: return;
}
vprintf(fmt, args);
--
1.8.1
More information about the pacman-dev
mailing list