blob: 536790c1ac464a6f64070ae13145a7c50fe20fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: gwyddion/modules/file/ambprofile.c
===================================================================
--- gwyddion/modules/file/ambprofile.c (revision 22650)
+++ gwyddion/modules/file/ambprofile.c (revision 22651)
@@ -32,8 +32,8 @@
* <comment>Ambios XML profile data</comment>
* <magic priority="80">
* <match type="string" offset="0" value="<?xml">
- * <match type="string" offset="40:120" value="<ProfilometerData>">
- * <match type="string" offset="60:140" value="<Header>"/>
+ * <match type="string" offset="40:120" value="<ProfilometerData>">
+ * <match type="string" offset="60:140" value="<Header>"/>
* </match>
* </match>
* </magic>
|