diff --git a/Src/Inputs/InputSystem.cpp b/Src/Inputs/InputSystem.cpp index e92b741..4c2ba68 100644 --- a/Src/Inputs/InputSystem.cpp +++ b/Src/Inputs/InputSystem.cpp @@ -2090,7 +2090,7 @@ Repeat: { if (firstOut) puts(""); - printf(" [value: %d, min: %d, %max: %d]\n", joyVal, minVal, maxVal); + printf(" [value: %d, min: %d, max: %d]\n", joyVal, minVal, maxVal); firstOut = false; }