aboutsummaryrefslogtreecommitdiff
path: root/src/prototype/getopt.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-26 19:08:43 +0000
committerTom Yu <tlyu@mit.edu>2009-10-26 19:08:43 +0000
commit670fee9dd7baddb46f78478dfea9f62fecf416cb (patch)
treed17e65978617b45cc911643f18129923ba3587d7 /src/prototype/getopt.c
parent3f4aa3e91b2b1660170f419a8baf62495788cb27 (diff)
downloadkrb5-670fee9dd7baddb46f78478dfea9f62fecf416cb.zip
krb5-670fee9dd7baddb46f78478dfea9f62fecf416cb.tar.gz
krb5-670fee9dd7baddb46f78478dfea9f62fecf416cb.tar.bz2
Fix missing emacs file variable markers. Add krb5-c-style.el: the
emacs lisp settings for the standard coding style. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23049 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/prototype/getopt.c')
-rw-r--r--src/prototype/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prototype/getopt.c b/src/prototype/getopt.c
index f039c95..7f3882c 100644
--- a/src/prototype/getopt.c
+++ b/src/prototype/getopt.c
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil */
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
extern int optind;
extern char *optarg;