summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp1.c')
-rw-r--r--rsc/source/rscpp/cpp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index 7f2dce10c4f9..795bbab1e152 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -353,7 +353,7 @@ int MAIN(int argc, char** argv)
}
if( pfargv )
free(pfargv);
- return( IO_NORMAL );
+ return IO_NORMAL;
}