Skip to content

Instantly share code, notes, and snippets.

@nkoguro
Created June 10, 2016 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkoguro/e2853e3c5abc5229738d782c08247bd2 to your computer and use it in GitHub Desktop.
Save nkoguro/e2853e3c5abc5229738d782c08247bd2 to your computer and use it in GitHub Desktop.
diff --git a/doc/modgauche.texi b/doc/modgauche.texi
index 692e1c0..a95eccd 100644
--- a/doc/modgauche.texi
+++ b/doc/modgauche.texi
@@ -4400,11 +4400,11 @@ would produce something like this:
@example
#include <stdio.h>
-int main(){
+int main()@{
printf("()");
; return 0;
-}
+@}
@end example
@end defun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment