aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/algol/parc_LinkedList.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/algol/parc_LinkedList.h')
-rw-r--r--libparc/parc/algol/parc_LinkedList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/algol/parc_LinkedList.h b/libparc/parc/algol/parc_LinkedList.h
index 381e2a18..fbf46ac9 100644
--- a/libparc/parc/algol/parc_LinkedList.h
+++ b/libparc/parc/algol/parc_LinkedList.h
@@ -499,7 +499,7 @@ bool parcLinkedList_Equals(const PARCLinkedList *x, const PARCLinkedList *y);
* @endcode
*
*/
-void parcLinkedList_Display(const PARCLinkedList *list, int indentation);
+void parcLinkedList_Display(const PARCLinkedList *list, const int indentation);
/**
* Wakes up a single thread that is waiting on this object (see `parcLinkedList_Wait)`.