summaryrefslogtreecommitdiffstats
path: root/nuttx/include/nuttx/nxflat.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/nxflat.h')
-rw-r--r--nuttx/include/nuttx/nxflat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/nxflat.h b/nuttx/include/nuttx/nxflat.h
index 9f00f8951e..b6501522ef 100644
--- a/nuttx/include/nuttx/nxflat.h
+++ b/nuttx/include/nuttx/nxflat.h
@@ -2,7 +2,7 @@
* include/nuttx/nxflat.h
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -139,7 +139,7 @@ EXTERN int nxflat_verifyheader(const struct nxflat_hdr_s *header);
***********************************************************************/
EXTERN int nxflat_init(const char *filename,
- struct nxflat_loadinfo_s *loadinfo);
+ struct nxflat_loadinfo_s *loadinfo);
/***********************************************************************
* Name: nxflat_uninit