Fossil SCM
Fix a comment formatting error in the recent skins.c changes.
Commit
4f24addea90ae08183c153b06f2fc72d4ebdd873
Parent
5a5d7e1f90518ad…
1 file changed
+1
+1
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -26,10 +26,11 @@ | ||
| 26 | 26 | */ |
| 27 | 27 | #include <assert.h> |
| 28 | 28 | #include "config.h" |
| 29 | 29 | #include "skins.h" |
| 30 | 30 | |
| 31 | +/* @-comment: // */ | |
| 31 | 32 | /* |
| 32 | 33 | ** A black-and-white theme with the project title in a bar across the top |
| 33 | 34 | ** and no logo image. |
| 34 | 35 | */ |
| 35 | 36 | static const char zBuiltinSkin1[] = |
| 36 | 37 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -26,10 +26,11 @@ | |
| 26 | */ |
| 27 | #include <assert.h> |
| 28 | #include "config.h" |
| 29 | #include "skins.h" |
| 30 | |
| 31 | /* |
| 32 | ** A black-and-white theme with the project title in a bar across the top |
| 33 | ** and no logo image. |
| 34 | */ |
| 35 | static const char zBuiltinSkin1[] = |
| 36 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -26,10 +26,11 @@ | |
| 26 | */ |
| 27 | #include <assert.h> |
| 28 | #include "config.h" |
| 29 | #include "skins.h" |
| 30 | |
| 31 | /* @-comment: // */ |
| 32 | /* |
| 33 | ** A black-and-white theme with the project title in a bar across the top |
| 34 | ** and no logo image. |
| 35 | */ |
| 36 | static const char zBuiltinSkin1[] = |
| 37 |