summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/checksumverifier.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:50 +0900
commitd72b28bb90240a2dbc8ea2e7a2aeb3e0e692ef7a (patch)
treece1ac26aa90c557aa009fa04fb9199cfffe81d79 /kftpgrabber/src/checksumverifier.h
parentf0c014a65408af46438429508cbe0e05139a3513 (diff)
downloadkftpgrabber-d72b28bb90240a2dbc8ea2e7a2aeb3e0e692ef7a.tar.gz
kftpgrabber-d72b28bb90240a2dbc8ea2e7a2aeb3e0e692ef7a.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kftpgrabber/src/checksumverifier.h')
-rw-r--r--kftpgrabber/src/checksumverifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/checksumverifier.h b/kftpgrabber/src/checksumverifier.h
index c56abfb..2094d14 100644
--- a/kftpgrabber/src/checksumverifier.h
+++ b/kftpgrabber/src/checksumverifier.h
@@ -127,7 +127,7 @@ private:
void checkSFV(const TQString &sfvfile, const TQString &fileToCheck = TQString::null);
- static inline long UpdateCRC(register unsigned long CRC, register char *buffer, register long count);
+ static inline long UpdateCRC(unsigned long CRC, char *buffer, long count);
static long getFileCRC(const char *filename);
};