sconfig should return success when it's successful
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 14 Apr 2010 14:41:30 +0000 (14:41 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 14 Apr 2010 14:41:30 +0000 (14:41 +0000)
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/sconfig/sconfig.tab.c_shipped
util/sconfig/sconfig.y

index 1572d9d313f5d236ce493f19a12934516992633d..ac41d262f24596c8df688f01e3bb6c1c27c8341d 100644 (file)
@@ -2057,5 +2057,6 @@ int main(int argc, char** argv) {
        walk_device_tree(staticc, &root, pass1, NULL);
 
        fclose(staticc);
+       return 0;
 }
 
index 06fd20664600205adb511695ace0273fef2bf36c..2b6157f89f4fda184fefa15f91164fd7c5697024 100755 (executable)
@@ -497,4 +497,5 @@ int main(int argc, char** argv) {
        walk_device_tree(staticc, &root, pass1, NULL);
 
        fclose(staticc);
+       return 0;
 }