mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Formatting and typos.
This commit is contained in:
9
main.c
9
main.c
@@ -1,9 +1,6 @@
|
||||
/* main.c -- */
|
||||
|
||||
/*
|
||||
* main.c
|
||||
*
|
||||
* µEMACS 4.2
|
||||
/* µEMACS 4.2
|
||||
*
|
||||
* Based on:
|
||||
*
|
||||
@@ -438,7 +435,7 @@ static void dspram( void)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* On some primitave operation systems, and when emacs is used as
|
||||
/* On some primitive operation systems, and when emacs is used as
|
||||
a subprogram to a larger project, emacs needs to de-alloc its
|
||||
own used memory
|
||||
*/
|
||||
@@ -483,3 +480,5 @@ void cexit( int status) {
|
||||
exit(status);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* end of main.c */
|
||||
|
||||
Reference in New Issue
Block a user