Fossil SCM
Fix comment.
Commit
1a3f326b3a6406e2e582ab9c86c2f09392204474
Parent
fd4ada4a11dfb39…
1 file changed
+1
-2
M
src/th.c
+1
-2
| --- src/th.c | ||
| +++ src/th.c | ||
| @@ -2943,12 +2943,11 @@ | ||
| 2943 | 2943 | } |
| 2944 | 2944 | |
| 2945 | 2945 | /* |
| 2946 | 2946 | ** Appends all array element names for the specified array variable to the |
| 2947 | 2947 | ** specified list and returns TH_OK upon success. Any other return value |
| 2948 | -** indicates an error. If the current frame cannot be obtained, TH_ERROR | |
| 2949 | -** is returned. | |
| 2948 | +** indicates an error. | |
| 2950 | 2949 | */ |
| 2951 | 2950 | int Th_ListAppendArray( |
| 2952 | 2951 | Th_Interp *interp, |
| 2953 | 2952 | const char *zVar, /* Pointer to variable name */ |
| 2954 | 2953 | int nVar, /* Number of bytes at nVar */ |
| 2955 | 2954 |
| --- src/th.c | |
| +++ src/th.c | |
| @@ -2943,12 +2943,11 @@ | |
| 2943 | } |
| 2944 | |
| 2945 | /* |
| 2946 | ** Appends all array element names for the specified array variable to the |
| 2947 | ** specified list and returns TH_OK upon success. Any other return value |
| 2948 | ** indicates an error. If the current frame cannot be obtained, TH_ERROR |
| 2949 | ** is returned. |
| 2950 | */ |
| 2951 | int Th_ListAppendArray( |
| 2952 | Th_Interp *interp, |
| 2953 | const char *zVar, /* Pointer to variable name */ |
| 2954 | int nVar, /* Number of bytes at nVar */ |
| 2955 |
| --- src/th.c | |
| +++ src/th.c | |
| @@ -2943,12 +2943,11 @@ | |
| 2943 | } |
| 2944 | |
| 2945 | /* |
| 2946 | ** Appends all array element names for the specified array variable to the |
| 2947 | ** specified list and returns TH_OK upon success. Any other return value |
| 2948 | ** indicates an error. |
| 2949 | */ |
| 2950 | int Th_ListAppendArray( |
| 2951 | Th_Interp *interp, |
| 2952 | const char *zVar, /* Pointer to variable name */ |
| 2953 | int nVar, /* Number of bytes at nVar */ |
| 2954 |