Commit 03fb60f4 authored by Matthew Burket's avatar Matthew Burket
Browse files

Fixed up history git diff

parent 47beca83
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ int main() {
                    free(tokens);
                    continue;
                } else {
                    strcpy(readBuff, historyBuff[historyPos]);
                    numTokens = tokenize(historyBuff[historyPos], tokens);
                }
            }