diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-07-18 00:24:25 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-07-18 00:24:25 +0000 |
commit | 8a8b8834500043ea4f7d818aafa2b1edb353563a (patch) | |
tree | b927867e72fe395b5060acacc1f9e827b3e430cd /snprintf.c | |
parent | 16c252d77519048fbea9fee2e00f5ea66d534953 (diff) | |
download | wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.tar.gz wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.tar.bz2 wireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.zip |
Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
Diffstat (limited to 'snprintf.c')
-rw-r--r-- | snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snprintf.c b/snprintf.c index be45f15c25..51b8f51b3b 100644 --- a/snprintf.c +++ b/snprintf.c @@ -1,5 +1,5 @@ /* - * $Id: snprintf.c,v 1.14 2002/08/28 21:00:41 jmayer Exp $ + * $Id$ */ /* |