This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - misc: fix gfs2_edit build


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7a8e0cb1600ab2caf2e4d0dd20ddaf97345d557e
Commit:        7a8e0cb1600ab2caf2e4d0dd20ddaf97345d557e
Parent:        a70ec6d197a9e58c250f8b4d37184f85264154ca
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Oct 21 12:36:19 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Oct 21 12:36:19 2008 +0200

misc: fix gfs2_edit build

broken by wrong copyright update commit

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 gfs2/edit/hexedit.h |    2 +-
 make/copyright.cf   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gfs2/edit/hexedit.h b/gfs2/edit/hexedit.h
index cbf256c..8992072 100644
--- a/gfs2/edit/hexedit.h
+++ b/gfs2/edit/hexedit.h
@@ -269,7 +269,7 @@ EXTERN enum dsp_mode dmode INIT(HEX_MODE);
 #define DIV_RU(x, y) (((x) + (y) - 1) / (y))
 
 #define TITLE1 "gfs2_edit - Global File System Editor (use with extreme caution)"
-#define TITLE2 REDHAT_COPYRIGHT "- Press H for help"
+#define TITLE2 REDHAT_COPYRIGHT " - Press H for help"
 
 #define COLOR_TITLE     1
 #define COLOR_NORMAL    2
diff --git a/make/copyright.cf b/make/copyright.cf
index 3ca3d70..2651474 100644
--- a/make/copyright.cf
+++ b/make/copyright.cf
@@ -1,6 +1,6 @@
 #ifndef __COPYRIGHT_DOT_CF__
 #define __COPYRIGHT_DOT_CF__
 
-#define REDHAT_COPYRIGHT ("Copyright (C) Red Hat, Inc.  2004-2008  All rights reserved.")
+#define REDHAT_COPYRIGHT "Copyright (C) Red Hat, Inc.  2004-2008  All rights reserved."
 
 #endif  /*  __COPYRIGHT_DOT_CF__  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]