X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffiletools.C;h=1efd55bffe87b1cc63660ee5568433f89cac0ab6;hb=abb623f7872ba960a92a6d069dcb6aa5add0d8b0;hp=9f1f1061a663ea97ff67ad1bb623d0a926f82032;hpb=e19f533b0e3be182795a12ebb5514b8c594b82dd;p=features.git diff --git a/src/support/filetools.C b/src/support/filetools.C index 9f1f1061a6..1efd55bffe 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -989,7 +989,8 @@ bool LyXReadLink(string const & File, string & Link) typedef pair cmdret; -static cmdret do_popen(string const & cmd) +static +cmdret do_popen(string const & cmd) { // One question is if we should use popen or // create our own popen based on fork, exec, pipe