diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index 0823e07c9..44ee32f78 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -459,7 +459,7 @@ bool EffectNyquist::PromptUser() // that #| ... |# style comments are not valid in SAL, so we do // not skip these. Instead, "#|" indicates LISP if found. // - int i = 0; + unsigned int i = 0; bool inComment = false; // handle "; ... \n" comments while (i < mCmd.Len()) { if (inComment) {