aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hardcopy.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-03-22 09:51:46 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-04-12 15:56:40 -0400
commit73dc9e943cfea92ec0254f6926c9524029cb0222 (patch)
treeafc1a6f2c02ed4793fc6c0e333b7d9ab4455f605 /src/nvim/hardcopy.c
parent2ec6fec20bb12538b247d7cdacd201005149531c (diff)
downloadrneovim-73dc9e943cfea92ec0254f6926c9524029cb0222.tar.gz
rneovim-73dc9e943cfea92ec0254f6926c9524029cb0222.tar.bz2
rneovim-73dc9e943cfea92ec0254f6926c9524029cb0222.zip
vim-patch:8.1.2378: using old C style comments
Problem: Using old C style comments. Solution: Use // comments where appropriate. https://github.com/vim/vim/commit/5d18efecfd6c45d69f55268948a22cd0465bb955
Diffstat (limited to 'src/nvim/hardcopy.c')
-rw-r--r--src/nvim/hardcopy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/hardcopy.c b/src/nvim/hardcopy.c
index 6e241feab2..6835e01b29 100644
--- a/src/nvim/hardcopy.c
+++ b/src/nvim/hardcopy.c
@@ -990,9 +990,8 @@ static struct prt_ps_font_S prt_ps_mb_font =
{NULL, NULL, NULL, NULL}
};
-/* Pointer to current font set being used */
-static struct prt_ps_font_S* prt_ps_font;
-
+// Pointer to current font set being used
+static struct prt_ps_font_S *prt_ps_font;
#define CS_JIS_C_1978 (0x01)
#define CS_JIS_X_1983 (0x02)