Skip to content

Commit 04038cd

Browse files
author
Sergey Fukanchik
committed
[PBCKP-314] Fix typo in pioMakeDir name
1 parent 0d3506d commit 04038cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/utils/file.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,9 @@ fobj_method(pioMakeDir);
271271
fobj_method(pioListDir);
272272
fobj_method(pioRemoveDir);
273273

274-
#define iface__pioDrive mth(pioOpen, pioStat, pioRemove, pioRename), \
275-
mth(pioExists, pioGetCRC32, pioIsRemote, pioMakeDir, pioListDir, pioRemoveDir)
274+
#define iface__pioDrive mth(pioOpen, pioStat, pioRemove, pioRename), \
275+
mth(pioExists, pioGetCRC32, pioIsRemote), \
276+
mth(pioMakeDir, pioListDir, pioRemoveDir)
276277
fobj_iface(pioDrive);
277278

278279
extern pioDrive_i pioDriveForLocation(fio_location location);

0 commit comments

Comments
 (0)