diff options
Diffstat (limited to 'lib/libFS/src/FSCloseFt.c')
-rw-r--r-- | lib/libFS/src/FSCloseFt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libFS/src/FSCloseFt.c b/lib/libFS/src/FSCloseFt.c index 38ce7e6b8..9b0dce86e 100644 --- a/lib/libFS/src/FSCloseFt.c +++ b/lib/libFS/src/FSCloseFt.c @@ -58,9 +58,9 @@ in this Software without prior written authorization from The Open Group. int -FSCloseFont(svr, fid) - FSServer *svr; - Font fid; +FSCloseFont( + FSServer *svr, + Font fid) { fsResourceReq *req; |