aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-17 08:46:20 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-17 08:46:20 +0000
commit6c500f66f837239084f3677e153e1d644eeb9579 (patch)
treead9e14da10ea67701ee3a53e5b356edbedc9fc79
parentf9dc23f3529df44347283d8d597c5a38866a91d9 (diff)
Fix indentation.
svn path=/trunk/; revision=41627
-rw-r--r--wiretap/cosine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index 083ce596b7..022667a357 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -300,7 +300,7 @@ int cosine_open(wtap *wth, int *err, gchar **err_info)
wth->snapshot_length = 0; /* not known */
wth->subtype_read = cosine_read;
wth->subtype_seek_read = cosine_seek_read;
- wth->tsprecision = WTAP_FILE_TSPREC_CSEC;
+ wth->tsprecision = WTAP_FILE_TSPREC_CSEC;
return 1;
}