aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-20 22:14:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-20 22:14:12 +0000
commit3a6cf342c2b073e877a9d662cc839ee54cff77b1 (patch)
tree56cd15b93c35d01de2894f18c81735190c21b435 /plugins
parent8e1c86ff5d027dc7ad8329a8d107f3d039308d5b (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10141 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index acf962fd36..ab581d2584 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2003 by Matthijs Melchior <matthijs.melchior@xs4all.nl>
*
- * $Id: packet-asn1.c,v 1.17 2004/02/20 02:57:08 guy Exp $
+ * $Id: packet-asn1.c,v 1.18 2004/02/20 22:14:12 guy Exp $
*
* A plugin for:
*
@@ -4687,7 +4687,7 @@ proto_register_asn1(void) {
default_asn1_filename = get_datafile_path(ASN1FILE);
asn1_filename = default_asn1_filename;
#ifdef WIN32
- old_default_asn1_filename = get_datafile_path(OLDASN1FILE);
+ old_default_asn1_filename = get_datafile_path(OLD_ASN1FILE);
#endif
prefs_register_string_preference(asn1_module, "file",