From 015ea51c1056793c077e770f864ac0b89a87ebd9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 12 Mar 2009 14:34:47 +0100 Subject: [PATCH] libs: pttype - fix typo Signed-off-by: Karel Zak --- include/pttype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pttype.h b/include/pttype.h index d345501c..ec524a02 100644 --- a/include/pttype.h +++ b/include/pttype.h @@ -6,6 +6,6 @@ * libdisk from xfsprogs to util-linux-ng. */ extern const char *get_pt_type(const char *device); -extern const char *get_pt_type_pt(int fd); +extern const char *get_pt_type_fd(int fd); #endif -- 2.39.5