]> code.delx.au - gnu-emacs/blobdiff - src/termcap.c
Fix bug #11367 with assertion violation during vertical motion in egg.el.
[gnu-emacs] / src / termcap.c
index 6f24817fa7265a6714af287c983e394e9b48276c..10c195eebe27ca6b694d94154e7c0bc3e5358185 100644 (file)
@@ -400,7 +400,7 @@ tgetent (char *bp, const char *name)
   if (termcap_name && (*termcap_name == '\\'
                       || *termcap_name == '/'
                       || termcap_name[1] == ':'))
-    dostounix_filename(termcap_name);
+    dostounix_filename (termcap_name);
 #endif
 
   filep = termcap_name && valid_filename_p (termcap_name);