diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 03:51:40 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 03:51:40 +0200 |
commit | 0ca97e210869dbf2db3df3fcbb3c6266cd198537 (patch) | |
tree | feb238317fbccf117bab432ccddd8ca077752aa4 /src | |
parent | 125cebb09a02a029491555099c5fe7f304457135 (diff) |
Fix tabulation
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/fkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/fkeys.h b/src/fe-gtk/fkeys.h index 03a0605d..93f2cea7 100644 --- a/src/fe-gtk/fkeys.h +++ b/src/fe-gtk/fkeys.h @@ -1,6 +1,6 @@ /* These are cp'ed from history.c --AGL */ #define STATE_SHIFT GDK_SHIFT_MASK -#define STATE_ALT GDK_MOD1_MASK +#define STATE_ALT GDK_MOD1_MASK #ifdef __APPLE__ #define STATE_CTRL GDK_META_MASK #else |