diff options
author | sspitzer%netscape.com <devnull@localhost> | 1999-09-03 22:32:35 +0000 |
---|---|---|
committer | sspitzer%netscape.com <devnull@localhost> | 1999-09-03 22:32:35 +0000 |
commit | ab481d3baf44a0ec5cc2710f36fd1d423d0e815f (patch) | |
tree | c6608ec46a0927c93d4c0d762231da16d5c538ed /dbm | |
parent | 9b4eb9cde3e194f884bcc0d53d910a18ca761d12 (diff) | |
download | nss-hg-ab481d3baf44a0ec5cc2710f36fd1d423d0e815f.tar.gz |
being anal, ignore me.
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/src/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/snprintf.c b/dbm/src/snprintf.c index 5c30bd3f8..baf86cc3f 100644 --- a/dbm/src/snprintf.c +++ b/dbm/src/snprintf.c @@ -70,4 +70,4 @@ vsnprintf(str, n, fmt, ap) #endif /* HAVE_SNPRINTF */ /* Some compilers don't like an empty source file. */ -static int dummy; +static int dummy = 0; |