Skip to content

Commit

Permalink
Add a carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnn3 committed Feb 24, 2016
1 parent 5c603e7 commit 0ef08bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/offset.R
Expand Up @@ -47,7 +47,7 @@ output = argv[2]
if (is.na(output))
output = paste(basename(file), ".png", sep="")

cat("Data file: ", basename(file))
cat("Data file: ", basename(file), "\n")
logA = ptpLogRead(file)
ptpOffsetStats(logA)
ptpGraph(logA$offset, output=output)

0 comments on commit 0ef08bb

Please sign in to comment.