summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-07 08:28:32 -0300
committerEuAndreh <eu@euandre.org>2024-04-07 08:35:50 -0300
commitd56bf7cae8157f6f75ccc59df1c945603e510f7d (patch)
treec8c87857de8693886b3d3e69e3fbde4ca18d7e76 /src/main.c
parentsrc/logerr.c: Also *try* to log something when fprintf() and vfprintf() fail (diff)
downloadpindaiba-d56bf7cae8157f6f75ccc59df1c945603e510f7d.tar.gz
pindaiba-d56bf7cae8157f6f75ccc59df1c945603e510f7d.tar.xz
src/lib.c: Print project metadata on pindaiba_main
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index ff3ea4e..f657aa9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,5 @@
int
main(int argc, char **argv) {
- // FIXME: pindaiba(1) has at least -h and -V, and maybe with no
- // arguments it prints some arch information?
- return re_main(argc, argv);
+ return pindaiba_main(argc, argv);
}