Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2gmx.c
index f64c93f4ddabd1709d84e3a0f87794ef3001d75c..f7207a898c610f5f07f99ca41a60628555cd5d73 100644 (file)
@@ -1458,7 +1458,7 @@ int gmx_pdb2gmx(int argc, char *argv[])
     {
         fp = fflib_open(rrn[i]);
         read_rtprename(rrn[i], fp, &nrtprename, &rtprename);
-        ffclose(fp);
+        gmx_ffclose(fp);
         sfree(rrn[i]);
     }
     sfree(rrn);