about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/libpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpm.c b/lib/libpm.c
index bc922385..6f9dea3d 100644
--- a/lib/libpm.c
+++ b/lib/libpm.c
@@ -368,7 +368,7 @@ pm_freearray(char ** const rowIndex,
 /* Case-insensitive keyword matcher. */
 
 int
-pm_keymatch(const char *       const strarg,
+pm_keymatch(const char * const strarg,
             const char * const keywordarg,
             int          const minchars) {
     int len;