summaryrefslogtreecommitdiff
path: root/backend/dvi/mdvi-lib/sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/dvi/mdvi-lib/sysdeps.h')
-rw-r--r--backend/dvi/mdvi-lib/sysdeps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/dvi/mdvi-lib/sysdeps.h b/backend/dvi/mdvi-lib/sysdeps.h
index c77d7651..3955c0dd 100644
--- a/backend/dvi/mdvi-lib/sysdeps.h
+++ b/backend/dvi/mdvi-lib/sysdeps.h
@@ -18,7 +18,7 @@
#ifndef _SYSDEP_H
#define _SYSDEP_H 1
-/*
+/*
* The purpose of this file is to define symbols that describe the
* system-dependent features we use. Namely, byte order, native integer
* types of various sizes, and safe pointer<->integer conversion.
@@ -75,7 +75,7 @@ typedef short Int16;
#endif /* SIZEOF_INT != 2 */
#endif /* SIZEOF_SHORT != 2 */
-/*
+/*
* An integer type to convert to and from pointers safely. All we do here is
* look for an integer type with the same size as a pointer.
*/