diff options
Diffstat (limited to 'lib/xfts.h')
-rw-r--r-- | lib/xfts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xfts.h b/lib/xfts.h index 47906132a..27ddb5d48 100644 --- a/lib/xfts.h +++ b/lib/xfts.h @@ -2,4 +2,4 @@ FTS * xfts_open (char * const *, int options, - int (*) (const FTSENT **, const FTSENT **)); + int (*) (const FTSENT **, const FTSENT **)); |