summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.h b/src/portable.h
index 7160d61..27b7052 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -17,7 +17,7 @@ typedef off_t portable_off_t;
* @brief Portable versions of functions that are platform dependent.
*/
-namespace Portables
+namespace Portable
{
int system(const char *command,const char *args,bool commandHasConsole=true);
unsigned int pid(void);