]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/gui.cpp
minor display style change
[proxmark3-svn] / winsrc / gui.cpp
index 7dc9b404b91620563ec5a1a6165e0a205d027865..fcdf3863f992d5c0d2140f685f0ea8ed4a6986bd 100644 (file)
@@ -248,7 +248,7 @@ static void PaintGraph(HDC hdc)
        }\r
 \r
        char str[100];\r
-       sprintf(str, "@%d   max=%d min=%d mean=%d n=%d/%d    dt=%d [%.3f] zoom=%.3f CursorA=%d (%d) CursorB=%d (%d)",\r
+       sprintf(str, "@%d   max=%d min=%d mean=%d n=%d/%d    dt=%d [%.3f] zoom=%.3f CursorA=%d [%d] CursorB=%d [%d]",\r
                GraphStart, yMax, yMin, yMean, n, GraphTraceLen,\r
                CursorBPos - CursorAPos, (CursorBPos - CursorAPos)/CursorScaleFactor, GraphPixelsPerPoint, CursorAPos, GraphBuffer[CursorAPos], CursorBPos, GraphBuffer[CursorBPos]);\r
        TextOut(hdc, 50, r.bottom - 20, str, strlen(str));\r
Impressum, Datenschutz