about summary refs log tree commit diff
path: root/other/pamexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamexec.c')
-rw-r--r--other/pamexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamexec.c b/other/pamexec.c
index 5961319b..d14d8752 100644
--- a/other/pamexec.c
+++ b/other/pamexec.c
@@ -159,7 +159,7 @@ main(int argc, const char *argv[]) {
     struct cmdlineInfo cmdline;
 
     FILE *       ifP;         /* Input file pointer */
-    bool         eof;         /* No more images in input */
+    int          eof;         /* No more images in input */
     unsigned int imageSeq;
         /* Sequence number of current image in input file.  First = 0.
            (Useful for tracking down problems).