Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bb8a51f5
Commit
bb8a51f5
authored
Mar 21, 1995
by
Richard M. Stallman
Browse files
(my_edata): Declare as char array, not int.
parent
55697f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lastfile.c
src/lastfile.c
+2
-1
No files found.
src/lastfile.c
View file @
bb8a51f5
...
...
@@ -35,4 +35,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
coming from libraries.
*/
char
my_edata
=
0
;
char
my_edata
[]
=
"End of Emacs initialized data"
;
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