mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:33:24 +00:00
Fix a small coding style issue
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fbff6127ac
commit
22b8d95d58
1 changed files with 1 additions and 1 deletions
|
@ -1941,7 +1941,7 @@ int parse_dm4_buffer(const char *url, const char *buffer, int size,
|
|||
* time. We also need epoch, not seconds since year 1. */
|
||||
char get_dives[] = "select D.DiveId,StartTime/10000000-62135596800,Note,Duration,SourceSerialNumber,Source,MaxDepth,SampleInterval,StartTemperature,BottomTemperature,D.StartPressure,D.EndPressure,Size,CylinderWorkPressure,SurfacePressure,DiveTime,SampleInterval,ProfileBlob,TemperatureBlob,PressureBlob,Oxygen,Helium,MIX.StartPressure,MIX.EndPressure FROM Dive AS D JOIN DiveMixture AS MIX ON D.DiveId=MIX.DiveId";
|
||||
|
||||
retval = sqlite3_open(url,&handle);
|
||||
retval = sqlite3_open(url, &handle);
|
||||
|
||||
if(retval) {
|
||||
fprintf(stderr, translate("gettextFromC","Database connection failed '%s'.\n"), url);
|
||||
|
|
Loading…
Add table
Reference in a new issue