Fossil SCM

tiny doc typo fix.

stephan 2017-11-29 14:48 trunk
Commit 487b39081d6787f7d5de893670d01c662d42e4f11e78ef73cc47427bb5395e92
1 file changed +1 -1
+1 -1
--- src/cookies.c
+++ src/cookies.c
@@ -78,11 +78,11 @@
7878
char *zPValue; /* Value of that parameter */
7979
} aParam[COOKIE_NPARAM];
8080
} cookies;
8181
8282
/* Initialize this module by parsing the content of the cookie named
83
-** by zCookieName
83
+** by DISPLAY_SETTINGS_COOKIE
8484
*/
8585
void cookie_parse(void){
8686
char *z;
8787
if( cookies.bIsInit ) return;
8888
z = (char*)P(DISPLAY_SETTINGS_COOKIE);
8989
--- src/cookies.c
+++ src/cookies.c
@@ -78,11 +78,11 @@
78 char *zPValue; /* Value of that parameter */
79 } aParam[COOKIE_NPARAM];
80 } cookies;
81
82 /* Initialize this module by parsing the content of the cookie named
83 ** by zCookieName
84 */
85 void cookie_parse(void){
86 char *z;
87 if( cookies.bIsInit ) return;
88 z = (char*)P(DISPLAY_SETTINGS_COOKIE);
89
--- src/cookies.c
+++ src/cookies.c
@@ -78,11 +78,11 @@
78 char *zPValue; /* Value of that parameter */
79 } aParam[COOKIE_NPARAM];
80 } cookies;
81
82 /* Initialize this module by parsing the content of the cookie named
83 ** by DISPLAY_SETTINGS_COOKIE
84 */
85 void cookie_parse(void){
86 char *z;
87 if( cookies.bIsInit ) return;
88 z = (char*)P(DISPLAY_SETTINGS_COOKIE);
89

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button