[anjuta] git: Fix some header include guards
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Fix some header include guards
- Date: Fri, 24 Jul 2009 01:49:53 +0000 (UTC)
commit 0063925b34663efcd26a20338cb5fd18beec7e84
Author: James Liggett <jrliggett cox net>
Date: Thu Jul 23 18:42:33 2009 -0700
git: Fix some header include guards
plugins/git/git-stash-drop-command.h | 2 +-
plugins/git/git-stash-show-command.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/git/git-stash-drop-command.h b/plugins/git/git-stash-drop-command.h
index 86b30a4..c875f2d 100644
--- a/plugins/git/git-stash-drop-command.h
+++ b/plugins/git/git-stash-drop-command.h
@@ -59,4 +59,4 @@ GitStashDropCommand *git_stash_drop_command_new (const gchar *working_directory,
G_END_DECLS
-#endif /* _GIT_CAT_BLOB_COMMAND_H_ */
+#endif /* _GIT_STASH_DROP_COMMAND_H_ */
diff --git a/plugins/git/git-stash-show-command.h b/plugins/git/git-stash-show-command.h
index f72e93c..a4a9742 100644
--- a/plugins/git/git-stash-show-command.h
+++ b/plugins/git/git-stash-show-command.h
@@ -59,4 +59,4 @@ GitStashShowCommand *git_stash_show_command_new (const gchar *working_directory,
G_END_DECLS
-#endif /* _GIT_CAT_BLOB_COMMAND_H_ */
+#endif /* _GIT_STASH_SHOW_COMMAND_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]