aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-console.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mi/mi-console.h')
-rw-r--r--gdb/mi/mi-console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-console.h b/gdb/mi/mi-console.h
index 90e592f..e7a1c35 100644
--- a/gdb/mi/mi-console.h
+++ b/gdb/mi/mi-console.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef MI_CONSOLE_H
-#define MI_CONSOLE_H
+#ifndef MI_MI_CONSOLE_H
+#define MI_MI_CONSOLE_H
/* An output stream for MI. Wraps a given output stream with a prefix
and handles quoting. This stream is locally buffered. */
@@ -55,4 +55,4 @@ private:
char m_quote;
};
-#endif
+#endif /* MI_MI_CONSOLE_H */