summaryrefslogtreecommitdiff
path: root/wsutil/crash_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crash_info.c')
-rw-r--r--wsutil/crash_info.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c
index a8635b669f..28352d50f8 100644
--- a/wsutil/crash_info.c
+++ b/wsutil/crash_info.c
@@ -125,7 +125,7 @@ struct crashreporter_annotations_t {
CRASH_REPORTER_CLIENT_HIDDEN
struct crashreporter_annotations_t gCRAnnotations
- __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION))) = {
+ __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION))) = {
CRASHREPORTER_ANNOTATIONS_VERSION, /* version */
0, /* message */
0, /* signature_string */
@@ -170,3 +170,16 @@ ws_add_crash_info(const char *fmt _U_, ...)
{
}
#endif /* __APPLE__ */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */