aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-28 02:15:24 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-02-28 02:16:48 -0800
commitbe33d3f2a44ad16358b614c9f47fdb8094b4e127 (patch)
tree6f71351479ec06b1519e2ec5c26e220c1fdd0464 /exec.cpp
parent858b6aa257c13451d0537b19c6f035fdb5114ee6 (diff)
Revert "Merge pull request #1317 from pullreq/cpp"
This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
Diffstat (limited to 'exec.cpp')
-rw-r--r--exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.cpp b/exec.cpp
index 12458a51..832c8884 100644
--- a/exec.cpp
+++ b/exec.cpp
@@ -1,4 +1,4 @@
-/** \file exec.cpp
+/** \file exec.c
Functions for executing a program.
Some of the code in this file is based on code from the Glibc