[gtk-doc/wip/xclaesse/fixes-for-glib] Fix typo when building with --enable-debug
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc/wip/xclaesse/fixes-for-glib] Fix typo when building with --enable-debug
- Date: Fri, 6 Feb 2015 02:12:06 +0000 (UTC)
commit 9c767105f6f70512bf3f8b54c718b5708da98b13
Author: Xavier Claessens <xavier claessens collabora com>
Date: Thu Feb 5 20:49:55 2015 -0500
Fix typo when building with --enable-debug
gtkdoc-common.pl.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-common.pl.in b/gtkdoc-common.pl.in
index c615c9b..4747396 100644
--- a/gtkdoc-common.pl.in
+++ b/gtkdoc-common.pl.in
@@ -54,7 +54,7 @@ sub UpdateFileIfChanged {
if (-e $old_file) {
`cmp -s "$old_file" "$new_file"`;
$exit_code = $? >> 8;
- # TRACE@(" cmp exit code: $exit_code ($?)";
+ # TRACE@(" cmp exit code: $exit_code ($?)");
}
if ($exit_code > 1) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]