summaryrefslogtreecommitdiff
path: root/diskio-windows.cc
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2017-07-26 19:45:51 -0400
committerRod Smith <rodsmith@rodsbooks.com>2017-07-26 19:45:51 -0400
commit7dfc89673419e9c45ec63b517f2b060189592f5f (patch)
treed96065ae16a88667ead506d5001162bf7cf2c7d1 /diskio-windows.cc
parentfc0e014beaa6935576e93cf440f8b3d960b2d3f7 (diff)
downloadsgdisk-7dfc89673419e9c45ec63b517f2b060189592f5f.tar.gz
Added support for showing the disk's model name under Linux.
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()