summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/t1part.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/t1part.h')
-rw-r--r--Build/source/texk/dvipsk/t1part.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvipsk/t1part.h b/Build/source/texk/dvipsk/t1part.h
index b33bf4dfb63..955ddd22d89 100644
--- a/Build/source/texk/dvipsk/t1part.h
+++ b/Build/source/texk/dvipsk/t1part.h
@@ -37,7 +37,7 @@ extern int debug_flag;
#ifdef DVIPS
extern FILE *search();
#ifndef KPATHSEA
-extern char *headerpath ;
+extern char *headerpath;
#endif /* not KPATHSEA */
#define psfopen(A,B) search(headerpath,A,B)
#else
@@ -142,6 +142,6 @@ int WorkVect();
#define FLG_LOAD_BASE (1)
extern unsigned char grid[];
-extern unsigned char *line, *tmpline ;
-extern int loadbase ;
+extern unsigned char *line, *tmpline;
+extern int loadbase;
extern struct Char *FirstCharB;