diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-27 19:16:58 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-27 19:16:58 +0200 |
commit | 72662f3eee9ba918b623c5e7ba93c5c3b758d8dc (patch) | |
tree | f41f1079e7c0fadd65c719565733311a7f3398f3 | |
parent | f993dba889d525bb2cd54fcf60a9130ac398f3d7 (diff) |
Fixed stray '(' in emacs style comment.
-rw-r--r-- | plugingui/directory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/directory.cc b/plugingui/directory.cc index dfd6fcb..18ec336 100644 --- a/plugingui/directory.cc +++ b/plugingui/directory.cc @@ -1,4 +1,4 @@ -/* -*- M(de: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /*************************************************************************** * directory.cc * |