From 66f9154548c3d3ffb931896a06b5525476e2e325 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 17 Mar 2009 12:41:34 +0000 Subject: [PATCH] Missed a #endif. Whoops. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@682 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- mountlist.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mountlist.c b/mountlist.c index 3707dc74..baa431f1 100644 --- a/mountlist.c +++ b/mountlist.c @@ -900,3 +900,6 @@ read_file_system_list (bool need_fs_type) return NULL; } } + +#endif +