From: Karel Zak Date: Thu, 12 Mar 2009 13:34:47 +0000 (+0100) Subject: libs: pttype - fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015ea51c1056793c077e770f864ac0b89a87ebd9;p=util-linux libs: pttype - fix typo Signed-off-by: Karel Zak --- 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