projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cherry pick -r 1954..1955 lp:~donkult/apt/sid
[apt.git]
/
cmdline
/
apt-extracttemplates.cc
diff --git
a/cmdline/apt-extracttemplates.cc
b/cmdline/apt-extracttemplates.cc
index de22386b9fbefc696678c084d2a779846feae874..21ef1a0508d043b19af7d3fc5642922c11fe4070 100644
(file)
--- a/
cmdline/apt-extracttemplates.cc
+++ b/
cmdline/apt-extracttemplates.cc
@@
-348,8
+348,7
@@
bool Go(CommandLine &CmdL)
return !_error->PendingError();
}
/*}}}*/
-
-int main(int argc, const char **argv)
+int main(int argc, const char **argv) /*{{{*/
{
CommandLine::Args Args[] = {
{'h',"help","help",0},
@@
-391,3
+390,4
@@
int main(int argc, const char **argv)
return 0;
}
+ /*}}}*/