]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.cc
* apt-pkg/contrib/fileutl.cc:
[apt.git] / cmdline / apt-extracttemplates.cc
index de22386b9fbefc696678c084d2a779846feae874..21ef1a0508d043b19af7d3fc5642922c11fe4070 100644 (file)
@@ -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;
 }
+                                                                       /*}}}*/