Skip to content

Commit dbf47ce

Browse files
victoryforceTurboGit
authored andcommitted
Fix --verion output when Lua is disabled
1 parent 4c25e93 commit dbf47ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/darktable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ char *version = g_strdup_printf("darktable %s\nCopyright (C) 2012-%s Johannes Ha
700700
#ifdef USE_LUA
701701
" Lua -> ENABLED - API version ", lua_api_version,
702702
#else
703-
" Lua -> DISABLED - API version ", "NOT AVAILABLE",
703+
" Lua -> DISABLED - API version ", "NOT AVAILABLE\n",
704704
#endif
705705

706706
#ifdef USE_COLORDGTK

0 commit comments

Comments
 (0)