diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:00:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:01:58 -0400 |
commit | a11fe67bac39409a738d987823ad990bc2a49f6a (patch) | |
tree | 16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /misc/fcitx | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) | |
download | slackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.gz |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/fcitx')
-rw-r--r-- | misc/fcitx/profile.d/fcitx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fcitx/profile.d/fcitx.sh b/misc/fcitx/profile.d/fcitx.sh index b4a5489517..fe43d97a0b 100644 --- a/misc/fcitx/profile.d/fcitx.sh +++ b/misc/fcitx/profile.d/fcitx.sh @@ -4,4 +4,4 @@ export XMODIFIERS="@im=fcitx" export XIM=fcitx export XIM_PROGRAM=fcitx export GTK_IM_MODULE=fcitx #=xim -export QT_IM_MODULE=fcitx #=xim
\ No newline at end of file +export QT_IM_MODULE=fcitx #=xim |