about summary refs log tree commit diff
path: root/other/pamsummcol.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamsummcol.c')
-rw-r--r--other/pamsummcol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamsummcol.c b/other/pamsummcol.c
index 673eaf57..ec0d2085 100644
--- a/other/pamsummcol.c
+++ b/other/pamsummcol.c
@@ -21,7 +21,7 @@ struct cmdlineInfo {
     /* All the information the user supplied in the command line,
        in a form easy for the program to use.
     */
-    const char *inputFilespec;  /* Filespec of input file */
+    const char * inputFilespec;  /* Filespec of input file */
     enum function function;
     unsigned int verbose;
 };