From f6550b2217aeb55a89bfe645eff839ee020fa29d Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 19 Oct 2001 18:11:43 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5699 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/backend/postgres/upgrade.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/backend/postgres/upgrade.c b/src/backend/postgres/upgrade.c index c22e0669b3..3a987a2263 100644 --- a/src/backend/postgres/upgrade.c +++ b/src/backend/postgres/upgrade.c @@ -1,5 +1,5 @@ /********************************************************************\ - * version.c -- handle back-ward compatible database table upgrades * + * upgrade.c -- handle back-ward compatible database table upgrades * * Copyright (c) 2001 Linas Vepstas * * * * This program is free software; you can redistribute it and/or * @@ -21,10 +21,6 @@ \********************************************************************/ -/* -handle versions -*/ - #define _GNU_SOURCE #include "config.h"