summaryrefslogtreecommitdiff
path: root/diskio-windows.cc
diff options
context:
space:
mode:
Diffstat (limited to 'diskio-windows.cc')
-rw-r--r--diskio-windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/diskio-windows.cc b/diskio-windows.cc
index 9cff0d7..80cd7f2 100644
--- a/diskio-windows.cc
+++ b/diskio-windows.cc
@@ -147,7 +147,7 @@ int DiskIO::GetBlockSize(void) {
// In theory, returns the physical block size. In practice, this is only
// supported in Linux, as of yet.
// TODO: Get this working in Windows.
-int DiskIO:GetPhysBlockSize(void) {
+int DiskIO::GetPhysBlockSize(void) {
return 0;
} // DiskIO::GetPhysBlockSize()