[gnome-builder/gnome-builder-3-18] libide: fix typo
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-18] libide: fix typo
- Date: Tue, 13 Oct 2015 07:24:51 +0000 (UTC)
commit 3f6dcb6e95ea01b17ce0b38b510fef219f48b9c7
Author: Christian Hergert <christian hergert me>
Date: Sat Sep 26 04:35:25 2015 -0700
libide: fix typo
You are all horrible for not telling me!
libide/ide-symbol.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-symbol.h b/libide/ide-symbol.h
index a649715..c32be5e 100644
--- a/libide/ide-symbol.h
+++ b/libide/ide-symbol.h
@@ -44,7 +44,7 @@ typedef enum
{
IDE_SYMBOL_FLAGS_NONE = 0,
IDE_SYMBOL_FLAGS_IS_STATIC = 1 << 0,
- IDE_sYMBOL_FLAGS_IS_MEMBER = 1 << 1,
+ IDE_SYMBOL_FLAGS_IS_MEMBER = 1 << 1,
IDE_SYMBOL_FLAGS_IS_DEPRECATED = 1 << 2,
} IdeSymbolFlags;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]