Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6821243b
Commit
6821243b
authored
Aug 10, 1999
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(msdos_stdcolor_name): Remove const from return value.
parent
68a89a25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/dosfns.c
src/dosfns.c
+1
-1
src/dosfns.h
src/dosfns.h
+1
-1
No files found.
src/dosfns.c
View file @
6821243b
...
...
@@ -433,7 +433,7 @@ msdos_stdcolor_idx (const char *name)
}
/* Given a color index, return its standard name. */
const
char
*
char
*
msdos_stdcolor_name
(
int
idx
)
{
if
(
idx
<
0
||
idx
>=
sizeof
(
vga_colors
)
/
sizeof
(
vga_colors
[
0
]))
...
...
src/dosfns.h
View file @
6821243b
...
...
@@ -39,5 +39,5 @@ extern Lisp_Object Vdos_display_scancodes;
extern
Lisp_Object
Qmsdos_color_translate
;
extern
int
msdos_stdcolor_idx
P_
((
const
char
*
));
extern
c
onst
char
*
msdos_stdcolor_name
P_
((
int
));
extern
c
har
*
msdos_stdcolor_name
P_
((
int
));
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment