ref: 71546d164f9ee62e617f61f92cf9f71de23ba670
parent: 9893fc49678c0ac7568ed8b95711f6ffae7ce8de
author: rrt <rrt>
date: Sat Jan 27 19:22:12 EST 2007
Remove nonsense comment; fix typo.
--- a/src/wve.c
+++ b/src/wve.c
@@ -72,13 +72,9 @@
st_readw(ft, (unsigned short *)&version);
- /* Check for what type endian machine its read on */
+ /* Check for what type endian machine it's read on */
if (version == PSION_INV_VERSION)
{
- /* This is probably left over from a time before
- * testing for endianess was standardized. Leaving since
- * it doesn't hurt.
- */
ft->signal.reverse_bytes = !ft->signal.reverse_bytes;
st_debug("Found inverted PSION magic word. Swapping bytes.");
}