summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-13 03:16:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-13 03:16:49 +0000
commit6c4f90c469c3f247d847a084290241efa28fc692 (patch)
tree8f843fe0367ee45981b01a060781621a4dc7ef1c /ace/ACE.h
parent27d7a6cb62412b44ec6cc7107871c7ba29d8fb80 (diff)
downloadATCD-6c4f90c469c3f247d847a084290241efa28fc692.tar.gz
.
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 75be22a6b0b..3c9feaa7acd 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -568,7 +568,7 @@ public:
// Computes the hash value of <str> using the ``Hash PJW'' routine
// (works for UNICODE strings).
- static u_long crc32 (const char* str);
+ static u_long crc32 (const char *str);
// Computes the ISO 8802-3 standard 32 bits CRC for the string
// (not for a file).