]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_glue.h
Whitespace cleanups.
[pdclib] / internals / _PDCLIB_glue.h
index f4363c40925c1db3d7be94d9efc96d882151cd35..cce59e7787453639d176dbbe6f86d903ad9f6582 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _PDCLIB_GLUE_H
 #define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 /* -------------------------------------------------------------------------- */
 /* OS "glue", part 2                                                          */
@@ -33,7 +33,7 @@ void * _PDCLIB_allocpages( int n );
 
 /* stdio.h */
 
-/* A system call that opens a file identified by name in a given mode. Return 
+/* A system call that opens a file identified by name in a given mode. Return
    a file descriptor uniquely identifying that file.
    (The mode is the return value of the _PDCLIB_filemode() function.)
 */