aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llcrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llcrc.h')
-rw-r--r--linden/indra/llmath/llcrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llcrc.h b/linden/indra/llmath/llcrc.h
index 64e939c..59f58ce 100644
--- a/linden/indra/llmath/llcrc.h
+++ b/linden/indra/llmath/llcrc.h
@@ -41,7 +41,7 @@
41// example (don't try this at work kids): 41// example (don't try this at work kids):
42// 42//
43// LLCRC crc; 43// LLCRC crc;
44// FILE* fp = LLFile::fopen(filename,"rb"); 44// LLFILE* fp = LLFile::fopen(filename,"rb");
45// while(!feof(fp)) { 45// while(!feof(fp)) {
46// crc.update(fgetc(fp)); 46// crc.update(fgetc(fp));
47// } 47// }