summaryrefslogtreecommitdiffstats
path: root/tests/manual/qstorageinfo/printvolumes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qstorageinfo/printvolumes.cpp')
-rw-r--r--tests/manual/qstorageinfo/printvolumes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qstorageinfo/printvolumes.cpp b/tests/manual/qstorageinfo/printvolumes.cpp
index 31047c2fcd..29fba80bb6 100644
--- a/tests/manual/qstorageinfo/printvolumes.cpp
+++ b/tests/manual/qstorageinfo/printvolumes.cpp
@@ -42,7 +42,7 @@ void printVolumes(const QList<QStorageInfo> &volumes, int (*printer)(const char
// 214958080 39088272 4096 /
// /dev/disk1s2 (hfs) RW 488050672 419909696 4096 Macintosh HD2 /Volumes/Macintosh HD2
- printf("Filesystem (Type) Size Available BSize Label Mounted on\n");
+ printer("Filesystem (Type) Size Available BSize Label Mounted on\n");
foreach (const QStorageInfo &info, volumes) {
QByteArray fsAndType = info.device();
if (info.fileSystemType() != fsAndType)