diff options
-rw-r--r-- | ndb/src/ndbapi/Makefile | 2 | ||||
-rw-r--r-- | ndb/src/ndbapi/Ndberr.cpp (renamed from ndb/src/ndbapi/Ndberror.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/Makefile b/ndb/src/ndbapi/Makefile index 328bb5e3741..f4c82e5d6ba 100644 --- a/ndb/src/ndbapi/Makefile +++ b/ndb/src/ndbapi/Makefile @@ -31,7 +31,7 @@ SOURCES = \ Ndblist.cpp \ Ndbif.cpp \ Ndbinit.cpp \ - Ndberror.cpp \ + Ndberr.cpp \ ndberror.c \ NdbErrorOut.cpp \ NdbConnection.cpp \ diff --git a/ndb/src/ndbapi/Ndberror.cpp b/ndb/src/ndbapi/Ndberr.cpp index faa2f00cfce..faa2f00cfce 100644 --- a/ndb/src/ndbapi/Ndberror.cpp +++ b/ndb/src/ndbapi/Ndberr.cpp |