From ea11b484702236671fd40a341b0c677b3c48429d Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Mon, 11 Oct 2021 17:28:03 +0800 Subject: [PATCH] not change --- DSView/pv/data/decode/annotation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/pv/data/decode/annotation.cpp b/DSView/pv/data/decode/annotation.cpp index dbb10075..1a0c0fce 100755 --- a/DSView/pv/data/decode/annotation.cpp +++ b/DSView/pv/data/decode/annotation.cpp @@ -61,7 +61,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) : AnnotationStringList *annotationArray = NULL; _strIndex = Annotation::m_resTable->MakeIndex(key, annotationArray); - //save new string lines + //save new string lines if (annotationArray){ annotations = (char **)pda->ann_text; while (*annotations)