summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_warning.c
diff options
context:
space:
mode:
authorZak Greant <zak@php.net>2005-01-16 19:28:55 +0000
committerZak Greant <zak@php.net>2005-01-16 19:28:55 +0000
commitf3d39ff406787514bb36927c0b97979c066f5d5d (patch)
tree57db17bc6b4b0d637e06d237160901db109a32d4 /ext/mysqli/mysqli_warning.c
parentb1ddbcbef919975e92c1c4a1c05fe04ac15173c2 (diff)
downloadphp-git-f3d39ff406787514bb36927c0b97979c066f5d5d.tar.gz
Added standard emacs and vim modelines
Diffstat (limited to 'ext/mysqli/mysqli_warning.c')
-rw-r--r--ext/mysqli/mysqli_warning.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_warning.c b/ext/mysqli/mysqli_warning.c
index 9114d7b493..301150e513 100644
--- a/ext/mysqli/mysqli_warning.c
+++ b/ext/mysqli/mysqli_warning.c
@@ -170,3 +170,13 @@ mysqli_property_entry mysqli_warning_property_entries[] = {
{"errno", mysqli_warning_errno, NULL},
{NULL, NULL, NULL}
};
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */